Q-Learning Project
Description:
Tags:Test Project, AI
Made with: C#, Unity
Team: 1 programmer (me)
Duration: 1 semester
This project was developed during the first semester of my MSc at Abertay University. It is a test project in which I developed a Q-Learning algorithm from scratch. The app features a hardcoded enemy connected to the Q-Learning algorithm and a scripted enemy to train the AI.
My contribution:
Everything
Notes:
You may download the source by clicking here.
The source available is the Q-Learning algorithm, which I am using in future projects. The app itself was a test of this algorithm.