Last active
April 23, 2016 22:54
-
-
Save wojzaremba/df34e421ba4e116a4854ba642bb49ba7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Code is located at : https://github.com/wojzaremba/trpo . This solution is based on commit : 5d86623abeb5759de155f495789bbb4afd74aae5 | |
It takes < 1 min. on CPU to get this results. | |
Just run: | |
python main.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduced here: https://gym.openai.com/evaluations/eval_lsV0V1OyRgOB4kq7wjPooA. Approach looks good to me. Marking as verified.