Playing Flappy Bird via Asynchronous Advantage Actor Critic Algorithm

Elit Cenk Alp,Mehmet Serdar Guzel
DOI: https://doi.org/10.48550/arXiv.1907.03098
2019-07-06
Abstract:Flappy Bird, which has a very high popularity, has been trained in many algorithms. Some of these studies were trained from raw pixel values of game and some from specific attributes. In this study, the model was trained with raw game images, which had not been seen before. The trained model has learned as reinforcement when to make which decision. As an input to the model, the reward or penalty at the end of each step was returned and the training was completed. Flappy Bird game was trained with the Reinforcement Learning algorithm Deep Q-Network and Asynchronous Advantage Actor Critic (A3C) algorithms.
Machine Learning,Neural and Evolutionary Computing
What problem does this paper attempt to address?