All Projects → utilForever → 2021-JBSH-Summer-RLBasic

utilForever / 2021-JBSH-Summer-RLBasic

Licence: MIT License
2021년 전북과학고등학교 여름 특강 - 강화학습 기초

Programming Languages

python
139335 projects - #7 most used programming language

2021-JBSH-Summer-RLBasic

2021-JBSH-Summer-RLBasic is the material(lecture notes, examples and assignments) repository for learning the basic knowledge of Reinforcement Learning course that I'll teach students at Jeonbuk Science High School in the summer of 2021. Note that examples and assignments in this repository uses PyTorch.

Book

파이썬과 케라스로 배우는 강화학습 (위키북스, 2020)

Optional Readings

  • Reinforcement Learning, An Introduction - Second Edition (MIT Press, 2018)
    • Korean: 단단한 강화학습 (제이펍, 2020)
  • Deep Reinforcement Learning Hands-On - Second Edition (Packt, 2020)
  • Reinforcement Learning (O'Reilly Media, 2020)
  • 바닥부터 배우는 강화 학습 (영진닷컴, 2020)

Contents

  • Day 1 (7/21) [Lecture]
    • What is Reinforcement Learning?
    • MDP (Markov Decision Process)
      • State
      • Action
      • Reward Function
      • State Transition Probability
      • Discount Factor
      • Policy
    • Value Function and Q-Function
  • Day 2 (7/22) [Lecture] [Code]
    • Bellman Equation
      • Bellman Expectation Equation
      • Bellman Optimality Equation
    • Dynamic Programming
      • Policy Iteration
      • Value Iteration
    • Exercise #1
      • Policy Iteration
      • Value Iteration
  • Day 3 (7/28) [Lecture] [Code]
    • Policy Evaluation
      • Monte-Carlo Prediction
      • Temporal-Difference Prediction
    • SARSA
    • Q-Learning
    • Exercise #2
      • Monet-Carlo
      • SARSA
      • Q-Learning
  • Day 4 (7/29) [Assignment]
    • Assignment #1 (Maze)
      • SARSA
      • Q-Learning
  • Day 5 (8/2) [Lecture] [Google Colab]
    • Deep Learning with PyTorch
      • What is PyTorch?
      • PyTorch Tutorial
  • Day 6 (8/5) [Lecture] [Code]
    • Deep SARSA
    • Policy Gradient
      • Policy-based Reinforcement Learning
      • REINFORCE
    • Exercise #3
      • Deep SARSA
      • REINFORCE
  • Day 7 (8/9) [Lecture] [Code]
    • DQN (Deep Q-Network)
    • Exercise #4
      • DQN
  • Day 8 (8/12) [Assignment] [Google Colab]
    • Assignment #2 (LunarLander-v2)
      • DQN

How To Contribute

Contributions are always welcome, either reporting issues/bugs or forking the repository and then issuing pull requests when you have completed some additional coding that you feel will be beneficial to the main project. If you are interested in contributing in a more dedicated capacity, then please contact me.

Contact

You can contact me via e-mail (utilForever at gmail.com). I am always happy to answer questions or help with any issues you might have, and please be sure to share any additional work or your creations with me, I love seeing what other people are making.

License

The class is licensed under the MIT License:

Copyright © 2021 Chris Ohk.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].