Code cleanup

This commit is contained in:
Shangtong Zhang
2017-10-05 21:42:27 -06:00
parent dd2443c1c3
commit 8b9fd8d24f
4 changed files with 0 additions and 199 deletions
-1
View File
@@ -329,7 +329,6 @@ def ppo_pendulum():
config.ppo_ratio_clip = 0.2
config.logger = Logger('./log', gym.logger)
agent = AsyncAgent(config)
# agent = PPOAgent(config)
agent.run()
if __name__ == '__main__':