Browse Source

Renamed standalone.py to manual_control.py

Maxime Chevalier-Boisvert 6 years ago
parent
commit
453fff9436
2 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md
  2. 0 0
      manual_control.py

+ 3 - 3
README.md

@@ -42,16 +42,16 @@ pip3 install -e .
 
 ## Basic Usage
 
-To run the standalone UI application, which allows you to manually control the agent with the arrow keys:
+There is a UI application which allows you to manually control the agent with the arrow keys:
 
 ```
-./standalone.py
+./manual_control.py
 ```
 
 The environment being run can be selected with the `--env-name` option, eg:
 
 ```
-./standalone.py --env-name MiniGrid-Empty-8x8-v0
+./manual_control.py --env-name MiniGrid-Empty-8x8-v0
 ```
 
 ## Reinforcement Learning

standalone.py → manual_control.py