Prioritized Double DQN

This post is mainly summarized from original PER paper, but with more detailed and illustrative explanation, we will go through key ideas and implementation of…

Deep Q-Learning Series (DQN)

DQN series reinforcement learning algorithms involve with learning by using Deep Q Networks, these algorithms include Deep Q-learning (short for DQN), Double Deep Q-learning (Double…

Temporal Difference Learning from Scratch

This post hilights on basic temporal difference learning theory and algorithms that contribute much to more advanced topics like Deep Q Learning (DQN), doublel DQN,…