English

Vanishing Bias Heuristic-guided Reinforcement Learning Algorithm

Machine Learning 2024-05-02 v1 Artificial Intelligence Robotics

Abstract

Reinforcement Learning has achieved tremendous success in the many Atari games. In this paper we explored with the lunar lander environment and implemented classical methods including Q-Learning, SARSA, MC as well as tiling coding. We also implemented Neural Network based methods including DQN, Double DQN, Clipped DQN. On top of these, we proposed a new algorithm called Heuristic RL which utilizes heuristic to guide the early stage training while alleviating the introduced human bias. Our experiments showed promising results for our proposed methods in the lunar lander environment.

Keywords

Cite

@article{arxiv.2306.10216,
  title  = {Vanishing Bias Heuristic-guided Reinforcement Learning Algorithm},
  author = {Qinru Li and Hao Xiang},
  journal= {arXiv preprint arXiv:2306.10216},
  year   = {2024}
}

Comments

Robotics;Reinforcement Learning;

R2 v1 2026-06-28T11:07:44.842Z