Browse Source

Update README.md

Update following #80
Maxime Chevalier-Boisvert 5 years ago
parent
commit
015a4f6446
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -82,10 +82,10 @@ There is a UI application which allows you to manually control the agent with th
 ./manual_control.py
 ```
 
-The environment being run can be selected with the `--env_name` option, eg:
+The environment being run can be selected with the `--env` option, eg:
 
 ```
-./manual_control.py --env_name MiniGrid-Empty-8x8-v0
+./manual_control.py --env MiniGrid-Empty-8x8-v0
 ```
 
 ## Reinforcement Learning