Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dinowernli/marvin
A general-purpose AI in Rust.
https://github.com/dinowernli/marvin
Last synced: 9 days ago
JSON representation
A general-purpose AI in Rust.
- Host: GitHub
- URL: https://github.com/dinowernli/marvin
- Owner: dinowernli
- License: mit
- Created: 2015-10-19T16:28:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-29T08:27:57.000Z (about 9 years ago)
- Last Synced: 2024-11-12T22:37:35.537Z (2 months ago)
- Language: Rust
- Size: 293 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# marvin
A general-purpose AI and training system built in Rust.Includes an agent and a few environments. The agent applies reinforcement learning and is based on the 2010 paper "A Monte-Carlo AIXI Approximation". It uses a context tree to model the environment and does a Monte-Carlo search to determine the best action to take.
Build:
> cargo buildRun:
> cargo run