deep-rl-tensorflow
deep-rl-tensorflow copied to clipboard
gym env.monitor.start should be replaced for new gym version:
Traceback (most recent call last):
File "main.py", line 172, in env.monitor.start(directory) and instead wrap your env with env = gym.wrappers.Monitor(env, directory) to record data.")
gym.error.Error: env.monitor has been deprecated as of 12/23/2016. Remove your call to env.monitor.start(directory) and instead wrap your env with env = gym.wrappers.Monitor(env, directory) to record data.
I got the same problem