Rust_RL
Rust_RL copied to clipboard
A Reinforcement Learning / Neural Network library, written in Rust.
Results
2
Rust_RL issues
Sort by
recently updated
recently updated
newest added
To be applied to other problems, the implementation of generic (and the associated type?) 'State' and 'Action' would be very helpful. Found some references in the other repository. [the repo:...
As discussed with @seongs1024, a draft-PR to transfer the RL section from hard-coded ndarray's to more flexible spaces.