laboroai / border

A reinforcement learning library in Rust
Apache License 2.0
40 stars 8 forks source link

[v0.0.6] Add reset_with_index() in evaluation #53

Closed taku-y closed 1 year ago

taku-y commented 2 years ago

If evaluates an agent several times, it would be nice to have methods to change configurations of the environment with an index, it may be a counter of evaluation loop during training.