selfint / rust-ml

Rust machine learning library
0 stars 0 forks source link

Add flappy environment example #43

Closed selfint closed 3 years ago

selfint commented 3 years ago

Currently, Q table learning and NeuroEvolution aren't able to learn this enviroment.

This might just be because it is hard for a Q table to learn, but NeuroEvolution definitely should be able to.