GA3C icon indicating copy to clipboard operation
GA3C copied to clipboard

Incompatibility with the most recent releases of OpenAI Gym

Open adamtupper opened this issue 5 years ago • 0 comments

Because of the use of the deprecated gym.undo_logger_setup() method (openai/gym@4c460ba), GA3C no longer works with the most recent versions. Using this method is no longer required as OpenAI Gym no longer modifies the global logging configuration.

I've submitted a pull request (#42) to remove the use of the deprecated method.

adamtupper avatar Feb 25 '20 00:02 adamtupper