If I try to record results, the following error is raised
raise 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.")
If I try to record results, the following error is raised
The correct way to use monitors:
Open Monitor
Close Monitor