소스 검색

Update README.md

Update following #80
Maxime Chevalier-Boisvert 5 년 전
부모
커밋
015a4f6446
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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