Skip to content

Commit ff7adeb

Browse files
dongruopingChris Elion
and
Chris Elion
authored
Update gym-unity/README.md
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
1 parent af1acee commit ff7adeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gym-unity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ from the root of the project repository use:
3131
```python
3232
from gym_unity.envs import UnityToGymWrapper
3333

34-
env = UnityToGymWrapper(unity_environment, uint8_visual, flatten_branched, allow_multiple_obs)
34+
env = UnityToGymWrapper(unity_environment, uint8_visual, flatten_branches, allow_multiple_obs)
3535
```
3636

3737
- `unity_environment` refers to the Unity environment to be wrapped.

0 commit comments

Comments
 (0)