utilforever/2021-hyu-hai-rlbootcamp — explained in plain English
Analysis updated 2026-08-08 · repo last pushed 2021-12-01
Follow a weekly curriculum to learn reinforcement learning from basics through advanced multi-agent methods.
Study PyTorch code examples that demonstrate Q-learning, PPO, and actor-critic algorithms.
Complete weekly assignments to practice implementing reinforcement learning techniques yourself.
| utilforever/2021-hyu-hai-rlbootcamp | adityasharmadotai-hash/docs-reader-rag-agent | ahang008/ah-talent-finder | |
|---|---|---|---|
| Stars | 29 | 29 | 29 |
| Language | Python | Python | Python |
| Last pushed | 2021-12-01 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | easy | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | researcher | vibe coder | general |
Figures from each repo's GitHub metadata at analysis time.
Requires basic PyTorch knowledge and a working Python environment with PyTorch installed.
This repository is a teaching toolkit for an intermediate-level course on reinforcement learning, originally run in 2021, 2022 for the HAI club at Hanyang University. It brings together lecture slides, example code, and assignments in one place so that a student can follow a structured path from the basics of reinforcement learning through to fairly advanced topics. All code examples use PyTorch. Reinforcement learning is a branch of machine learning where an agent learns to make good decisions by trial and error, getting rewards or penalties for its actions, similar to how a player learns a game through practice. The course assumes you already know the fundamentals, since Week 1 is a review of core ideas like Q-learning and policy gradients. From there, each week layers on a new family of techniques: improved versions of Deep Q-Networks, actor-critic methods, algorithms that handle continuous actions, approaches that keep policy updates stable (like PPO), and finally multi-agent scenarios where several agents learn to interact at once. The audience is people who already have a foothold in machine learning or reinforcement learning and want to go deeper. A self-taught developer who has watched intro videos and wants to understand how modern game-playing AI or robotics control actually works would benefit. The layout, one folder of PDF lectures, one folder of code, makes it a self-study resource as much as a classroom one. The course follows the book "Deep Reinforcement Learning Hands-On, Second Edition" and lists several optional readings, including Korean-language books, suggesting it was designed for a Korean-speaking student audience. The README does not go into detail about prerequisites beyond that assumed baseline knowledge. The project is open source under the MIT license and welcomes contributions.
A structured reinforcement learning course with lecture slides, PyTorch code examples, and assignments that take you from core concepts to advanced topics like PPO and multi-agent AI.
Mainly Python. The stack also includes Python, PyTorch.
Dormant — no commits in 2+ years (last push 2021-12-01).
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.