Skip to content

Commit 394678f

Browse files
authored
Corrected Wall Jump description (#501)
* Corrected Wall Jump description
1 parent 7271ca5 commit 394678f

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
@@ -109,7 +109,7 @@ If you would like to contribute environments, please see our
109109
* -0.0005 for every step.
110110
* +1.0 if the agent touches the goal.
111111
* -1.0 if the agent falls off the platform.
112-
* Brains: One brain with the following observation/action space.
112+
* Brains: Two brains, each with the following observation/action space.
113113
* Vector Observation space: (Continuous) 16 variables corresponding to position and velocities of agent, block, and goal, plus the height of the wall.
114114
* Vector Action space: (Discrete) Size of 74, corresponding to 14 raycasts each detecting 4 possible objects. plus the global position of the agent and whether or not the agent is grounded.
115115
* Visual Observations: None.

0 commit comments

Comments
 (0)