Skip to content

Commit

Permalink
doc fix env-id param (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbotimon committed Apr 23, 2024
1 parent a7a6725 commit 37f28b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ There is a UI application which allows you to manually control the agent with th
./minigrid/manual_control.py
```

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:

```bash
./minigrid/manual_control.py --env MiniGrid-Empty-8x8-v0
./minigrid/manual_control.py --env-id MiniGrid-Empty-8x8-v0
```

## Installation
Expand Down

0 comments on commit 37f28b2

Please sign in to comment.