.. _rl: ================================ Reinforcement Learning Resources ================================ Stable-Baselines3 assumes that you already understand the basic concepts of Reinforcement Learning (RL). However, if you want to learn about RL, there are several good resources to get started: - `OpenAI Spinning Up `_ - `The Deep Reinforcement Learning Course `_ - `David Silver's course `_ - `Lilian Weng's blog `_ - `Berkeley's Deep RL Bootcamp `_ - `Berkeley's Deep Reinforcement Learning course `_ - `DQN tutorial `_ - `Decisions & Dragons - FAQ for RL foundations `_ - `More resources `_