taku-y / border

A reinforcement learning library in Rust
Apache License 2.0
5 stars 0 forks source link

[v0.0.7] Modify an argument of `Trainer::train()` #4

Closed taku-y closed 8 months ago

taku-y commented 8 months ago

In the current implementation, one of the input arguments Recorder is a concrete type. It should be replaced with a trait object implementing Recorder. This change allows to change the concrete type of Recorder at runtime.