Awesome
actor_critic
This is the code for "Actor Critic Algorithms" by Siraj Raval on Youtube
Coding Challenge - Due Date, Thursday Dec 21 2017 at 12 PM PST
Generate Music using AI! Check out the demos page for magenta here. Train a model to generate a song. Submit your code in the youtube comments section of the video and tweet @tarynsouthern and @sirajraval your generated song! She'll perform the winning piece. Good luck!
Overview
This is the code for using an actor critic algorithm from this video on youtube by Siraj Raval as part of the reinforcement learning series.
Dependencies
- openAI gym
Usage
Run 'python actor_critic.py' in terminal
Credits
Credits go to Yash Patel. I've merely created a wrapper to get people started.