
A rigorous, foundational walkthrough of core RL algorithms (SARSA, Q-learning, policy gradients) that grounds the concepts increasingly relevant to training and -style , with clear explanations of how the methods actually differ.
“Very soon the extended algorithm AlphaGo Zero beat AlphaGo by 100-0 without supervised learning on human knowledge.”
Lilian Weng
“The goal of Reinforcement Learning (RL) is to learn a good strategy for the agent from experimental trials and relative simple feedback received. With the optimal strategy, the agent is capable to actively adapt to the environment to maximize future rewards.”
Lilian Weng
“TD learning is so important that Sutton & Barto (2017) in their RL book describes it as “one idea … central and novel to reinforcement learning”.”
Lilian Weng
“The key difference from SARSA is that Q-learning does not follow the current policy to pick the second action”
Lilian Weng
“Experience replay improves data efficiency, removes correlations in the observation sequences, and smooths over changes in the data distribution.”
Lilian Weng
Checking sign-in…
Loading comments…