Skip to content
Snippets Groups Projects
Commit 2310d0bc authored by spiglerg's avatar spiglerg
Browse files

fixed docstring example, tha nks to Guillaume

parent dfc7382e
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ class GridTransitions(Transitions): ...@@ -158,7 +158,7 @@ class GridTransitions(Transitions):
agent's direction: North East South West agent's direction: North East South West
agent's allowed movements: [nesw] [nesw] [nesw] [nesw] agent's allowed movements: [nesw] [nesw] [nesw] [nesw]
example: 0010 0000 1000 0000 example: 1000 0000 0010 0000
In the example, the agent can move from North to South and viceversa. In the example, the agent can move from North to South and viceversa.
""" """
...@@ -428,7 +428,7 @@ class RailEnvTransitions(GridTransitions): ...@@ -428,7 +428,7 @@ class RailEnvTransitions(GridTransitions):
agent's direction: North East South West agent's direction: North East South West
agent's allowed movements: [nesw] [nesw] [nesw] [nesw] agent's allowed movements: [nesw] [nesw] [nesw] [nesw]
example: 0010 0000 1000 0000 example: 1000 0000 0010 0000
In the example, the agent can move from North to South and viceversa. In the example, the agent can move from North to South and viceversa.
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment