Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 876 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 876 Bytes

proximal_policy_optimization

This is the code for "War Robots" by Siraj Raval on Youtube

Coding Challenge - Due Date, Thursday, December 28 2017

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

Overview

This is the code for this video on Youtube by Siraj Raval on War Robots.

Dependencies

Usage

Run the jupyter notebook by typing 'jupyter notebook' in terminal

Install jupyter here

Credits

Credits for this code go to learningai. I've merely created a wrapper to get people started.