We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1acee commit ff7adebCopy full SHA for ff7adeb
gym-unity/README.md
@@ -31,7 +31,7 @@ from the root of the project repository use:
31
```python
32
from gym_unity.envs import UnityToGymWrapper
33
34
-env = UnityToGymWrapper(unity_environment, uint8_visual, flatten_branched, allow_multiple_obs)
+env = UnityToGymWrapper(unity_environment, uint8_visual, flatten_branches, allow_multiple_obs)
35
```
36
37
- `unity_environment` refers to the Unity environment to be wrapped.
0 commit comments