랭킹으로 돌아가기
vmayoral/basic_reinforcement_learning
Jupyter NotebookAn introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
reinforcement-learningopenai-gymtutorialdeeplearningneural-networksdeep-learningartificial-intelligenceq-learningai
주요 지표
스타 성장
스타
1.2k
포크
368
주간 성장
—
이슈
2
5001k
2016년 5월2018년 1월2019년 9월2021년 6월2023년 2월2024년 11월2026년 7월
README
Basic Reinforcement Learning (RL)
This repository aims to provide an introduction series to reinforcement learning (RL) by delivering a walkthough on how to code different RL techniques.
Background review
A quick background review of RL is available here.
Tutorials:
- Tutorial 1: Q-learning
- Tutorial 2: SARSA
- Tutorial 3: Exploring OpenAI gym
- Tutorial 4: Q-learning in OpenAI gym
- Tutorial 5: Deep Q-learning (DQN)
- Tutorial 6: Deep Convolutional Q-learning
- Tutorial 7: Reinforcement Learning with ROS and Gazebo
-
Tutorial 8: Reinforcement Learning in DOOM(unfinished) - Tutorial 9: Deep Deterministic Policy Gradients (DDPG)
-
Tutorial 10: Guided Policy Search (GPS)(unfinished) - Tutorial 11: A review of different AI techniques for RL (WIP)
- Tutorial 12: Reviewing Policy Gradient methods
-
Tutorial 13: Continuous-state spaces with DQN(merged) - Tutorial 14: Benchmarking RL techniques
-
Tutorial 15: Reviewing Vanilla Policy Gradient (VPG)(failed miserably)
References:
- Chris Watkins, Learning from Delayed Rewards, Cambridge, 1989 (thesis)
- Awesome Reinforcement Learning repository, https://github.com/aikorea/awesome-rl
- Reinforcement learning CS9417ML, School of Computer Science & Engineering, UNSW Sydney, http://www.cse.unsw.edu.au/~cs9417ml/RL1/index.html
- Reinforcement learning blog posts, https://studywolf.wordpress.com/2012/11/25/reinforcement-learning-q-learning-and-exploration/
- OpenAI gym docs, https://gym.openai.com/docs
- Vincent Bons implementations, https://gist.github.com/wingedsheep
- David Silver's Deep Reinforcement Learning talk, http://videolectures.net/rldm2015_silver_reinforcement_learning/
- Brockman, G., Cheung, V., Pettersson, L., Schneider, J., Schulman, J., Tang, J., & Zaremba, W. (2016). OpenAI Gym. arXiv preprint arXiv:1606.01540.
- https://sites.google.com/view/deep-rl-bootcamp/lectures
- https://github.com/vmayoral/gym-cryptocurrencies
관련 저장소