Skip to content
Snippets Groups Projects
Commit 1f50a25c authored by Erik Nygren's avatar Erik Nygren
Browse files

fixed fomatting

parent 10b49a64
No related branches found
No related tags found
No related merge requests found
......@@ -678,10 +678,10 @@ class LocalObsForRailEnv(ObservationBuilder):
with dimensions (2*view_radius + 1, 2*view_radius + 1, 16),
assuming 16 bits encoding of transitions.
- Two 2D arrays containing respectively, if they are in the agent's vision range,
its target position, the positions of the other targets.
- Two 2D arrays (2*view_radius + 1, 2*view_radius + 1, 2) containing respectively,
if they are in the agent's vision range, its target position, the positions of the other targets.
- A 3D array (map_height, map_width, 4) containing the one hot encoding of directions
- A 3D array (2*view_radius + 1, 2*view_radius + 1, 4) containing the one hot encoding of directions
of the other agents at their position coordinates, if they are in the agent's vision range.
- A 4 elements array with one hot encoding of the direction.
......
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