qlearning_family¶
c51_learner¶
Distributional Reinforcement Learning (C51DQN) Paper link: http://proceedings.mlr.press/v70/bellemare17a/bellemare17a.pdf Implementation: MindSpore
ddqn_learner¶
DQN with Double Q-learning (Double DQN) Paper link: https://ojs.aaai.org/index.php/AAAI/article/view/10295 Implementation: MindSpore
dqn_learner¶
Deep Q-Network (DQN) Paper link: https://www.nature.com/articles/nature14236 Implementation: MindSpore
drqn_learner¶
Deep Recurrent Q-Netwrk (DRQN) Paper link: https://cdn.aaai.org/ocs/11673/11673-51288-1-PB.pdf Implementation: MindSpore
dueldqn_learner¶
DQN with Dueling network (Dueling DQN) Paper link: http://proceedings.mlr.press/v48/wangf16.pdf Implementation: MindSpore
perdqn_learner¶
DQN with Prioritized Experience Replay (PER-DQN) Paper link: https://arxiv.org/pdf/1511.05952.pdf Implementation: MindSpore
qrdqn_learner¶
DQN with Quantile Regression (QRDQN) Paper link: https://ojs.aaai.org/index.php/AAAI/article/view/11791 Implementation: MindSpore