VR
vrishank97/Snakegame_RL
Python reinforcement learning environment which models the classic snake game
Snake Player - An approach using Reinforcement Learning
Repository in under construction
Results:
The algorithm learns to beat traditional data using pixel data from game environment(the game environment is in the repository itself.)
(The game is traditional snake game with food appearing on random states.)
Images of the results in the order of learning episodes.
As one can see the model outperforms the environment getting almost full possible score.The model qalso learns to avoid different traps by the game.
Papers and Refrences
- David Silver Lecture
- Sutton and Barto Book : Reinforcement Learning : An introduction
- Actor-Critic Methods: A3C and A2C
- Asynchronous Methods for Deep Reinforcement Learning
- Continuous control with deep reinforcement learning
- Playing Atari with Deep Reinforcement Learning
Repository is still building I am trying Actor Critic Models.The result will be uploaded soon.



