Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Deep Reinforcement Learning to MachineLearning namespace #403

Open
GoogleCodeExporter opened this issue Apr 17, 2016 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

A new set of algorithms are being developed that combine reinforcement learning 
such as Q learning and SARSA with neural networks to provide much more 
sophisticated and adaptable AI.



Here are some papers and implementations:

JavaScript implementation:
http://cs.stanford.edu/people/karpathy/reinforcejs/waterworld.html
https://github.com/karpathy/reinforcejs
http://cs.stanford.edu/people/karpathy/convnetjs/demo/rldemo.html

Google research into Atari game playing AI
http://googleresearch.blogspot.co.uk/2015/02/from-pixels-to-actions-human-level.
html
http://deepmind.com/publications.html


Many thanks.

Original issue reported on code.google.com by [email protected] on 19 May 2015 at 10:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant