NVlabs / GA3C

Hybrid CPU/GPU implementation of the A3C algorithm for deep reinforcement learning.
BSD 3-Clause "New" or "Revised" License
649 stars 195 forks source link

Remove deprecated gym method. #42

Open adamtupper opened 4 years ago

adamtupper commented 4 years ago

The undo_logger_setup() method has been removed from the OpenAI Gym library (openai/gym@4c460ba) as it no longer modifies the global logging configuration. As a result, GA3C no longer works with the most recent versions.