Skip to content

Commit

Permalink
consistenency of actions with maze.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JianiNiu committed Jan 4, 2015
1 parent 91f66f6 commit 3bd33c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/rl.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

"""
The table needs the number of states and actions as parameters. The standard
maze environment comes with the following 4 actions: north, south, east, west.
maze environment comes with the following 4 actions: north, east, south, west.
Then, we initialize the table with 1 everywhere. This is not always necessary
but will help converge faster, because unvisited state-action pairs have a
Expand Down

0 comments on commit 3bd33c1

Please sign in to comment.