Skip to content
Snippets Groups Projects
Commit 73e3c1ff authored by Foh, Chuan Dr (Comp Sci & Elec Eng)'s avatar Foh, Chuan Dr (Comp Sci & Elec Eng)
Browse files

Update README.md

parent 5d96a906
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,7 @@
## Introduction
The goal of this project is to develop an AI Bot to learn and play the popular game Snake from scratch. The implementation includes playing by human player, using rule-based, Q-learn, and finally Deep Reinforcement Learning algorithms. For Q-learning and Deep Reinforcement Learning, no rules about the game are given, and initially the Bot has to try exploring all options to learn what to do to get a good reward.
The code follows the following tutorial:
https://towardsdatascience.com/how-to-teach-an-ai-to-play-games-deep-reinforcement-learning-28f9b920440a
The code follows this tutorial: https://towardsdatascience.com/how-to-teach-an-ai-to-play-games-deep-reinforcement-learning-28f9b920440a
## Install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment