An Updated Introduction to Reinforcement Learning | Sri's Blog
A while back I wrote a blog on understanding the fundamentals of RL. I’ve spent the past couple weeks reading through Kevin Murphy’s Reinforcement Learning textbook and Sutton and Barto to review some of my fundamentals. This blog contains some notes to cover topics I haven’t yet talked about in my first attempt at explaining RL! What is Reinforcement Learning? Reinforcement Learning is all about the idea of interacting with your environment to learn good behaviors. Given the full state $s_t$, observation $o_t$, some policy $\pi$, action $a_t = \pi(o_t)$, and reward $r_t$, the goal of an agent is to maximize the sum of its expected rewards:
Table of Contents What is Reinforcement Learning? Markov Decision Processes Bellman Equations Value-based RL Value Iteration Policy Iteration Policy evaluation Policy improvement TD Learning Monte-Carlo Learning TD-$\lambda$ SARSA Q-Learning Double Q-Learning Policy-Based Reinforcement Learning Policy Gradient Theorem REINFORCE Advantage Actor Critic (A2C) Generalize Advantage Estimation (GAE) Deep Deterministic Policy Gradients Twin Delayed DDPG (TD3) Trust Region Policy Optimization (TRPO) Proximal Policy Optimization (PPO) Soft Actor Critic (SAC) Citation References A while back I wrote a b
Explore this link on the map →saved by
related reading
- A (Long) Peek into Reinforcement Learning | Lil'Loglilianweng.github.io
- Part 1: Key Concepts in RL - Spinning Up documentationspinningup.openai.com
- Policy Gradient Algorithms | Lil'Loglilianweng.github.io
- Part 3: Intro to Policy Optimization - Spinning Up documentationspinningup.openai.com
- RLHF Bookrlhfbook.com
- Reinforcement learning - Wikipediaen.wikipedia.org
- [2005.01643] Offline Reinforcement Learning: Tutorial, Review, and Perspectives on Open Problemsar5iv.labs.arxiv.org
- Deep Reinforcement Learning: Pong from Pixelskarpathy.github.io
- A vision researcher’s guide to some RL stuff: PPO & GRPO - Yuge (Jimmy) Shiyugeten.github.io
- Deep Q-Networks Explained — LessWronglesswrong.com
- [1707.06347] Proximal Policy Optimization Algorithmsarxiv.org
- Policy Gradient with PyTorchhuggingface.co