Skip to content

Commit 37f28b2

Browse files
authored
doc fix env-id param (#430)
1 parent a7a6725 commit 37f28b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/basic_usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ There is a UI application which allows you to manually control the agent with th
1313
./minigrid/manual_control.py
1414
```
1515

16-
The environment being run can be selected with the `--env` option, eg:
16+
The environment being run can be selected with the `--env-id` option, eg:
1717

1818
```bash
19-
./minigrid/manual_control.py --env MiniGrid-Empty-8x8-v0
19+
./minigrid/manual_control.py --env-id MiniGrid-Empty-8x8-v0
2020
```
2121

2222
## Installation

0 commit comments

Comments
 (0)