└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # proximal_policy_optimization 2 | This is the code for "War Robots" by Siraj Raval on Youtube 3 | 4 | # Coding Challenge - Due Date, Thursday, December 28 2017 5 | 6 | This weeks coding challenbge is to use PPO on an OpenAI environment of your choice. Bonus points for good documentation. Good luck! post your github link in the comments section of youtube i'll personally review them 7 | 8 | ## Overview 9 | 10 | This is the code for [this](https://www.youtube.com/watch?v=tm5kQmjfZN8&feature=youtu.be) video on Youtube by Siraj Raval on War Robots. 11 | 12 | ## Dependencies 13 | 14 | * openai gym https://github.com/openai/gym 15 | 16 | ## Usage 17 | 18 | Run the jupyter notebook by typing 'jupyter notebook' in terminal 19 | 20 | Install jupyter [here](http://jupyter.org/) 21 | 22 | ## Credits 23 | 24 | Credits for this code go to [learningai](https://learningai.io/projects/2017/07/28/ai-gym-workout.html). I've merely created a wrapper to get people started. 25 | --------------------------------------------------------------------------------