Improved SARSA and DQN algorithms for reinforcement learning

Guangyu Yao,Nan Zhang,Zhenhua Duan,Cong Tian
DOI: https://doi.org/10.1016/j.tcs.2024.115025
IF: 1.002
2024-12-05
Theoretical Computer Science
Abstract:Reinforcement learning is a branch of machine learning in which an agent interacts with an environment to learn optimal actions that maximize cumulative rewards. This paper aims to enhance the SARSA and DQN algorithms in four key aspects: the ε -greedy policy, reward function, value iteration approach, and sampling probability. The experiments are conducted in three scenarios: path planning, CartPole, and MountainCar. The results show that, in these environments, the improved algorithms exhibit better convergence, higher rewards, and more stable training processes.
computer science, theory & methods
What problem does this paper attempt to address?