All Projects â†’ Zhenye-Na â†’ Reinforcement Learning Stanford

Zhenye-Na / Reinforcement Learning Stanford

🕹ī¸ CS234: Reinforcement Learning, Winter 2019 | YouTube videos 👉

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Reinforcement Learning Stanford

Pomdpy
POMDPs in Python.
Stars: ✭ 183 (-8.96%)
Mutual labels:  reinforcement-learning
Neural Localization
Train an RL agent to localize actively (PyTorch)
Stars: ✭ 193 (-3.98%)
Mutual labels:  reinforcement-learning
Neural Logic Machines
Implementation for the Neural Logic Machines (NLM).
Stars: ✭ 197 (-1.99%)
Mutual labels:  reinforcement-learning
Rlcycle
A library for ready-made reinforcement learning agents and reusable components for neat prototyping
Stars: ✭ 184 (-8.46%)
Mutual labels:  reinforcement-learning
Free Ai Resources
🚀 FREE AI Resources - 🎓 Courses, 👷 Jobs, 📝 Blogs, đŸ”Ŧ AI Research, and many more - for everyone!
Stars: ✭ 192 (-4.48%)
Mutual labels:  reinforcement-learning
Dm control
DeepMind's software stack for physics-based simulation and Reinforcement Learning environments, using MuJoCo.
Stars: ✭ 2,592 (+1189.55%)
Mutual labels:  reinforcement-learning
Promp
ProMP: Proximal Meta-Policy Search
Stars: ✭ 181 (-9.95%)
Mutual labels:  reinforcement-learning
Knowledge graph reasoning papers
Must-read papers on knowledge graph reasoning
Stars: ✭ 201 (+0%)
Mutual labels:  reinforcement-learning
Naf Tensorflow
"Continuous Deep Q-Learning with Model-based Acceleration" in TensorFlow
Stars: ✭ 192 (-4.48%)
Mutual labels:  reinforcement-learning
Ailearnnotes
Artificial Intelligence Learning Notes.
Stars: ✭ 195 (-2.99%)
Mutual labels:  reinforcement-learning
Crypto trader
Q-Learning Based Cryptocurrency Trader and Portfolio Optimizer for the Poloniex Exchange
Stars: ✭ 184 (-8.46%)
Mutual labels:  reinforcement-learning
Kbgan
Code for "KBGAN: Adversarial Learning for Knowledge Graph Embeddings" https://arxiv.org/abs/1711.04071
Stars: ✭ 186 (-7.46%)
Mutual labels:  reinforcement-learning
Drl4recsys
Courses on Deep Reinforcement Learning (DRL) and DRL papers for recommender systems
Stars: ✭ 196 (-2.49%)
Mutual labels:  reinforcement-learning
Awesome Game Ai
Awesome Game AI materials of Multi-Agent Reinforcement Learning
Stars: ✭ 185 (-7.96%)
Mutual labels:  reinforcement-learning
My bibliography for research on autonomous driving
Personal notes about scientific and research works on "Decision-Making for Autonomous Driving"
Stars: ✭ 197 (-1.99%)
Mutual labels:  reinforcement-learning
Deeprl Agents
A set of Deep Reinforcement Learning Agents implemented in Tensorflow.
Stars: ✭ 2,149 (+969.15%)
Mutual labels:  reinforcement-learning
Reinforcementlearning.jl
A reinforcement learning package for Julia
Stars: ✭ 192 (-4.48%)
Mutual labels:  reinforcement-learning
Release
Deep Reinforcement Learning for de-novo Drug Design
Stars: ✭ 201 (+0%)
Mutual labels:  reinforcement-learning
Amazing Machine Learning Opensource 2019
Amazing Machine Learning Open Source Tools and Projects for the Past Year (v.2019)
Stars: ✭ 198 (-1.49%)
Mutual labels:  reinforcement-learning
Paac
Open source implementation of the PAAC algorithm presented in Efficient Parallel Methods for Deep Reinforcement Learning
Stars: ✭ 196 (-2.49%)
Mutual labels:  reinforcement-learning

CS234: Reinforcement Learning, Stanford

Reinforcement Learning (Agent and environment). image source: Unity's blog on Unity Machine Learning Agents Toolkit

This repo contains homework, exams and slides I collected from internet without solutions. This repo is only for students / developers who are interested in this topic. If this repo conflicts your right, please do not hesitate to contact me. I promise I will delete this (both repo and history) ASAP.

Course Description

To realize the dreams and impact of AI requires autonomous systems that learn to make good decisions. Reinforcement learning is one powerful paradigm for doing so, and it is relevant to an enormous range of tasks, including robotics, game playing, consumer modeling and healthcare. This class will provide a solid introduction to the field of reinforcement learning and students will learn about the core challenges and approaches, including generalization and exploration. Through a combination of lectures, and written and coding assignments, students will become well versed in key ideas and techniques for RL. Assignments will include the basics of reinforcement learning as well as deep reinforcement learning — an extremely promising new area that combines deep learning techniques with reinforcement learning. In addition, students will advance their understanding and the field of RL through a final project.

Textbooks

There is no official textbook for the class but a number of the supporting readings will come from:

  • Reinforcement Learning: An Introduction, Sutton and Barto, 2nd Edition. This is available for free here and references will refer to the final pdf version available here.

Some other additional references that may be useful are listed below:

  • Reinforcement Learning: State-of-the-Art, Marco Wiering and Martijn van Otterlo, Eds. [link]
  • Artificial Intelligence: A Modern Approach, Stuart J. Russell and Peter Norvig. [link]
  • Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville. [link]
  • David Silver's course on Reinforcement Learning. [link]

Course Materials

Lecture notes & slides could be found [here].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].