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()