Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 build

Run:
> cargo run