This is the code for "Actor Critic Algorithms" by Siraj Raval on Youtube
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!
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.
- openAI gym
Run 'python actor_critic.py' in terminal
Credits go to Yash Patel. I've merely created a wrapper to get people started.