Skip to content

Commit

Permalink
Minor typo in paper
Browse files Browse the repository at this point in the history
  • Loading branch information
cpondoc committed Feb 26, 2024
1 parent 4da3769 commit ce39537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Under the hood, the environment is a gridworld, with dimensions that the user ca

The task at hand is to evacuate all of the populated areas through paths before they are ignited. Similar to how evacuation would occur in real life, a centralized decision maker assigns paths to populated areas. Furthermore, the amount of time to evacuate a populated area is proportional to the number of grid squares in the path.

The problem is modeled a fully observable Markov Decision Process (MDP) [@kochenderfer2022algorithms].
The problem is modeled as a fully observable Markov Decision Process (MDP) [@kochenderfer2022algorithms].

### State Space

Expand Down

0 comments on commit ce39537

Please sign in to comment.