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 a7a6725 commit 37f28b2Copy full SHA for 37f28b2
docs/content/basic_usage.md
@@ -13,10 +13,10 @@ There is a UI application which allows you to manually control the agent with th
13
./minigrid/manual_control.py
14
```
15
16
-The environment being run can be selected with the `--env` option, eg:
+The environment being run can be selected with the `--env-id` option, eg:
17
18
```bash
19
-./minigrid/manual_control.py --env MiniGrid-Empty-8x8-v0
+./minigrid/manual_control.py --env-id MiniGrid-Empty-8x8-v0
20
21
22
## Installation
0 commit comments