All Projects → utilForever → 2021-HYU-HAI-RLBootCamp

utilForever / 2021-HYU-HAI-RLBootCamp

Licence: MIT License
2021년 한양대학교 동아리 HAI 스터디 - 강화학습 부트 캠프

Programming Languages

python
139335 projects - #7 most used programming language

2021-HYU-HAI-RLBootCamp

2021-HYU-HAI-RLBootCamp is the material(lecture notes, examples and assignments) repository for learning the intermediate level of Reinforcement Learning course that I'll teach the club 'HAI' at Hanyang University in the fall of 2021 ~ winter of 2022. Note that examples and assignments in this repository uses PyTorch.

Book

Deep Reinforcement Learning Hands-On - Second Edition (Packt, 2020)

Optional Readings

  • Reinforcement Learning, An Introduction - Second Edition (MIT Press, 2018)
    • Korean: 단단한 강화학습 (제이펍, 2020)
  • Reinforcement Learning (O'Reilly Media, 2020)
  • 파이썬과 케라스로 배우는 강화학습 (위키북스, 2020)
  • 바닥부터 배우는 강화 학습 (영진닷컴, 2020)

Contents

  • Week 1 (9/8) [Lecture]
    • Review about the Basic Knowledge of Reinforcement Learning
      • MDP (Markov Decision Process)
      • The Bellman Equation
      • Policy & Value Iteration
      • SARSA & Q-Learning
      • Policy Gradient
      • Deep Q-Network (DQN)
      • Actor-Critic
  • Week 2 (9/24) [Lecture] [Code]
    • DQN Extensions #1
      • N-step DQN
      • Double DQN
      • Noisy Network
      • Prioritized Experience Replay (PER)
  • Week 3 (9/29) [Lecture] [Code]
    • DQN Extensions #2
      • Dueling DQN
      • Categorical DQN
      • Rainbow
  • Week 4 (11/1) [Lecture] [Code]
    • Actor-Critic Extensions
      • Advantage Actor-Critic (A2C)
      • Asynchronous Advantage Actor-Critic (A3C)
        • Data Parallelism
        • Gradient Parallelism
  • Week 5 (11/11) [Lecture] [Code]
    • Continuous Action Space
      • Advantage Actor-Critic (A2C)
      • Deep Deterministic Policy Gradient (DDPG)
      • Distributed Distributional DDPG (D4PG)
  • Week 6 (11/24) [Lecture]
    • Trust Regions #1
      • Trust Region Policy Optimization (TRPO)
  • Week 7 (12/1) [Lecture]
    • Trust Regions #2
      • Proximal Policy Optimization (PPO)
  • Week 8 (1/3)
    • Trust Regions #3
      • Averaged Stochastic K-Timestep Trust Region (ACKTR)
      • Soft Actor-Critic (SAC)
  • Week 9 (1/10)
    • Imagination
      • Interpretable Inference for Autonomous Agents (I2A)
  • Week 10 (1/17)
    • Multi-Agent RL #1
      • Multi-Agent Deep Deterministic Policy Gradient (MADDPG)
      • Multi-Agent Twin Delayed Deep Deterministic Policy Gradient (MATD3)
      • Multi-Agent Proximal Policy Optimization (MAPPO)
      • Multi-Agent Soft Actor-Critic (MASAC)
  • Week 11 (1/24)
    • Multi-Agent RL #2
      • Counterfactual Multi-Agent Policy Gradients (COMA)
      • Monotonic Value Function Factorization for Deep Multi-Agent Reinforcement Learning (QMIX)

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