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
- Host: GitHub
- URL: https://github.com/ewdlop/machinelearninginunity
- Owner: ewdlop
- License: mit
- Created: 2020-04-11T18:10:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T05:37:43.000Z (about 1 year ago)
- Last Synced: 2025-02-11T06:27:12.621Z (about 1 year ago)
- Topics: course-project, q-learning, single-threaded-coroutines, unity3d, unity6
- Language: C#
- Homepage:
- Size: 261 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MachineLearningInUnity
Q-Learning written in C#. Made with Unity.

## 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.