Skip to content

2021년 UNIST 동아리 HeXA 스터디 - 강화학습 기초

License

Notifications You must be signed in to change notification settings

utilForever/2021-UNIST-HeXA-RLBasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2021-UNIST-HeXA-RLBasic

2021-UNIST-HeXA-RLBasic is the material(lecture notes, examples and assignments) repository for learning the basic knowledge of Reinforcement Learning course that I'll teach the club 'HeXA' at UNIST 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

  • Week 1 (7/24) [Lecture]
    • What is Reinforcement Learning?
    • MDP (Markov Decision Process)
      • State
      • Action
      • Reward Function
      • State Transition Probability
      • Discount Factor
      • Policy
    • Value Function and Q-Function
  • Week 2 (7/31) [Lecture] [Code]
    • Bellman Equation
      • Bellman Expectation Equation
      • Bellman Optimality Equation
    • Dynamic Programming
      • Policy Iteration
      • Value Iteration
    • Exercise #1
      • Policy Iteration
      • Value Iteration
  • Week 3 (8/7) [Lecture] [Code]
    • Policy Evaluation
      • Monte-Carlo Prediction
      • Temporal-Difference Prediction
    • SARSA
    • Q-Learning
    • Exercise #2
      • Monet-Carlo
      • SARSA
      • Q-Learning
  • Week 4 (8/14)
  • Week 5 (8/21) [Lecture] [Google Colab]
    • Deep Learning with PyTorch
      • What is PyTorch?
      • PyTorch Tutorial
  • Week 6 (8/28) [Lecture] [Code]
    • Deep SARSA
    • Policy Gradient
      • Policy-based Reinforcement Learning
      • REINFORCE
    • Exercise #3
      • Deep SARSA
      • REINFORCE
  • Week 7 (9/4) [Lecture] [Code]
    • DQN (Deep Q-Network)
    • Exercise #4
      • DQN
  • Week 8 (9/11) [Assignment]
    • 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.

About

2021년 UNIST 동아리 HeXA 스터디 - 강화학습 기초

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages