Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with the most recent releases of OpenAI Gym #43

Open
adamtupper opened this issue Feb 25, 2020 · 0 comments
Open

Incompatibility with the most recent releases of OpenAI Gym #43

adamtupper opened this issue Feb 25, 2020 · 0 comments

Comments

@adamtupper
Copy link

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 adamtupper changed the title Incompatibility with the most recent releases of OpenAI gym Incompatibility with the most recent releases of OpenAI Gym Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant