From ef1e80621aee9f01a8fd6d4f39a1f74ae0db869d Mon Sep 17 00:00:00 2001 From: John Schulman Date: Thu, 17 Jan 2019 17:12:06 -0800 Subject: [PATCH] whitespace + RUN BENCHMARKS --- baselines/ppo1/run_humanoid.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/baselines/ppo1/run_humanoid.py b/baselines/ppo1/run_humanoid.py index 5e0d724..91a6db7 100644 --- a/baselines/ppo1/run_humanoid.py +++ b/baselines/ppo1/run_humanoid.py @@ -69,8 +69,5 @@ def main(): if done: ob = env.reset() - - - if __name__ == '__main__': main()