Skip to content

Commit c6ea212

Browse files
committed
Fix observation size in docs
1 parent d37bfb6 commit c6ea212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Learning-Environment-Examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ If you would like to contribute environments, please see our
9999
* -0.0025 for every step.
100100
* +1.0 if the block touches the goal.
101101
* Brains: One brain with the following observation/action space.
102-
* Vector Observation space: (Continuous) 15 variables corresponding to position and velocities of agent, block, and goal.
102+
* Vector Observation space: (Continuous) 70 variables corresponding to 14 ray-casts each detecting one of three possible objects (wall, goal, or block).
103103
* Vector Action space: (Continuous) Size of 2, corresponding to movement in X and Z directions.
104104
* Visual Observations (Optional): One first-person camera. Use `VisualPushBlock` scene.
105105
* Reset Parameters: None.

0 commit comments

Comments
 (0)