浏览代码

doc fix env-id param (#430)

Timon Erhart 11 月之前
父节点
当前提交
37f28b2099
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/content/basic_usage.md

+ 2 - 2
docs/content/basic_usage.md

@@ -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