Chrome Dino Run using Reinforcement Learning
Artificial Intelligence
2020-08-19 v1 Machine Learning
Abstract
Reinforcement Learning is one of the most advanced set of algorithms known to mankind which can compete in games and perform at par or even better than humans. In this paper we study most popular model free reinforcement learning algorithms along with convolutional neural network to train the agent for playing the game of Chrome Dino Run. We have used two of the popular temporal difference approaches namely Deep Q-Learning, and Expected SARSA and also implemented Double DQN model to train the agent and finally compare the scores with respect to the episodes and convergence of algorithms with respect to timesteps.
Cite
@article{arxiv.2008.06799,
title = {Chrome Dino Run using Reinforcement Learning},
author = {Divyanshu Marwah and Sneha Srivastava and Anusha Gupta and Shruti Verma},
journal= {arXiv preprint arXiv:2008.06799},
year = {2020}
}