acro5piano / reinforcemented-pokemon

Reinforcement trained Pokemon AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reinforcemented-pokemon

This is a work-in-progress project of reinforcemented-trained Pokemon, aiming to understand how machine learning (Hopefully Deep-Q learning) works in Rust.

Getting started

Currently the code just solves a simple maze.

To run it, please run:

cargo run

If you want to visualize the learning process, please run:

cargo run --features visual

About

Reinforcement trained Pokemon AI

License:MIT License


Languages

Language:Rust 100.0%