Closed laermannjan closed 7 years ago
As until now we naively end iteration after config.max_timesteps, which breaks wrapping with gym.wrappers.Monitor. According to OpenAI Devs we should rather change it like this
config.max_timesteps
gym.wrappers.Monitor
Fixed in 727a3b9
As until now we naively end iteration after
config.max_timesteps
, which breaks wrapping withgym.wrappers.Monitor
. According to OpenAI Devs we should rather change it like this