Browse Source

Merge branch 'master' of github.com:maximecb/gym-minigrid

Maxime Chevalier-Boisvert 7 years ago
parent
commit
f09e55594e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -58,7 +58,7 @@ Basic reinforcement learning code is provided in the `basicrl` subdirectory.
 You can perform training using the ACKTR algorithm with:
 
 ```
-python3 basicrl/main.py --env-name MiniGrid-Empty-8x8-v0 --no-vis --num-processes 32 --algo acktr
+python3 basicrl/main.py --env-name MiniGrid-Empty-6x6-v0 --no-vis --num-processes 32 --algo acktr
 ```
 
 You can view the result of training using the `enjoy.py` script: