Explorar o código

Minor fix to speed up tests

Maxime Chevalier-Boisvert %!s(int64=6) %!d(string=hai) anos
pai
achega
ed9c2e7f75
Modificáronse 1 ficheiros con 1 adicións e 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')