An open API service indexing awesome lists of open source software.

https://github.com/ewdlop/machinelearninginunity

Q-Learning written in C#. Made with Unity. https://unity.com/releases/unity-6
https://github.com/ewdlop/machinelearninginunity

course-project q-learning single-threaded-coroutines unity3d unity6

Last synced: 3 months ago
JSON representation

Q-Learning written in C#. Made with Unity. https://unity.com/releases/unity-6

Awesome Lists containing this project

README

          

# MachineLearningInUnity
Q-Learning written in C#. Made with Unity.
![Capture](./Capture.PNG)

## Author's Contribution
The author developed the core Q-Learning algorithm in C# and integrated it with Unity. They also implemented the agent's behavior and the grid environment.

## Danny's Contribution
Danny contributed to the project by designing the user interface and creating the visual elements for the grid and agent. He also helped with debugging and testing the application.