-
Notifications
You must be signed in to change notification settings - Fork 327
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
[Feature] Add all implemented loggers to the init of loggers #402
Conversation
Seems like the tests are failing because of new gym version, let me investigate :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for this
Let's just wait until the CI is fixed and tests pass, then we'll land this :)
You can merge the PR I created, that should fix the tests! |
Thanks for fixing this so quickly. I don't have write access though, so can't merge PRs |
No I meant on your fork there's a PR from myself. |
[BugFix] Temporarily fix gym to 0.25.1 to fix CI (pytorch#411)
oh sorry, somehow missed that one. I merged it |
Fantastic, thanks to your contribution we've found a bug in the tests. I would suggest to amend your PR with the two following changes: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGreatTM!
Don't worry about the failing OSX test, we just need to wait for a millisecond between two operations to make sure that the tensorboard thread has done its job...
It's a flacky test that needs to be fixed.
Description
Adds all implemented loggers to
trainers.logger.__init__.py
Motivation and Context
close #349
Types of changes
What types of changes does your code introduce? Remove all that do not apply:
Checklist
Go over all the following points, and put an
x
in all the boxes that apply.If you are unsure about any of these, don't hesitate to ask. We are here to help!