-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
add promxial policy optimization template to pl_examples #5394
Conversation
Hello @sid-sundrani! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-01-09 17:29:18 UTC |
I added my code to the wrong branch (master) and I'm merging with 1.0.x.. There seem to be 448 commits in this PR now. Not sure what to do, should i hard reset my branch to PyTorchLightning:release/1.0.x and add the file to that again? |
Codecov Report
@@ Coverage Diff @@
## release/1.2-dev #5394 +/- ##
===============================================
Coverage 93% 93%
===============================================
Files 151 151
Lines 10619 10619
===============================================
Hits 9832 9832
Misses 787 787 |
@sid-sundrani well in fact the correct for you is |
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
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.
Awesome!
But I have some request change for code quality. 😄
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
What does this PR do?
Adds example of implementation of proximal policy optimization in PyTorch Lightning.
I had implemented PPO in Lightning in my repo and there are some results there as well. If it's good to have an example for PPO in pl_examples, I'm happy to help add it
Fixes #5393
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃