A Comparison of Reward Functions in Q-Learning Applied to a Cart Position Problem
2021-05-25Code Available0· sign in to hype
Amartya Mukherjee
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/amartyamukherjee/ReinforcementLearningCartPositionOfficialIn papernone★ 0
Abstract
Growing advancements in reinforcement learning has led to advancements in control theory. Reinforcement learning has effectively solved the inverted pendulum problem and more recently the double inverted pendulum problem. In reinforcement learning, our agents learn by interacting with the control system with the goal of maximizing rewards. In this paper, we explore three such reward functions in the cart position problem. This paper concludes that a discontinuous reward function that gives non-zero rewards to agents only if they are within a given distance from the desired position gives the best results.