https://github.com/rickdgray/mario_ai
https://github.com/rickdgray/mario_ai
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rickdgray/mario_ai
- Owner: rickdgray
- Created: 2022-03-27T16:55:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T17:10:27.000Z (over 4 years ago)
- Last Synced: 2025-01-21T22:43:27.321Z (over 1 year ago)
- Language: Lua
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This was the basis of my Artificial Intelligence project for undergrad in 2017
It was just reusing SethBling's "MarI/O" project. I'm keeping it here for safe keeping for the time being because it uses true trees in memory and at some point I want to optimize it by switching to arrays and linear algebra.