Yet Another Reinforcement Learning Tutorial
This repo contains self-contained RL implementations including For those who want to run without git clone, please find the colab notebooks in this Google Drive. Lecture notes can also be found in this repo. It contains: RL applications Model-based methods (MDP, Value Iteration, Policy Iteraction, etc) Model-free methods (MC, TD, SARSA, Q-learning, etc) Policy-based methods (TRPO, PPO, SAC, etc) Population-based methods (CEM, CMA-ES, ARS) Summary contact: sungjoon-choi at korea dot ac dot kr GitHub https://github.com/sjchoi86/rl_tutorial
Read more