Explorar el Código

Minor fix to speed up tests

Maxime Chevalier-Boisvert hace 7 años
padre
commit
ed9c2e7f75
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      run_tests.py

+ 1 - 0
run_tests.py

@@ -21,6 +21,7 @@ for envName in env_list:
 
     # Load the gym environment
     env = gym.make(envName)
+    env.max_steps = min(env.max_steps, 200)
     env.reset()
     env.render('rgb_array')