selfint / rust-ml

Rust machine learning library
0 stars 0 forks source link

Refactor trainer to not return anything #41

Closed selfint closed 3 years ago

selfint commented 3 years ago

A Trainer should just receive a mutable reference to an Agent and train it in an Environment, that's it.