1 unstable release
0.1.0 | May 30, 2024 |
---|
#592 in Machine learning
145KB
1K
SLoC
Reinforcemnent Learning Examples
This repository includes examnples from the textbook Reinforcement Learning: An Introduction.
Examples are implemented in rust. You can run a specific example with the following command.
cargo run --bin {name of example}
Program Commands
cargo run --bin k_armed_bandit_ucb
cargo run --bin k_armed_bandit_epsilon_greedy
Dependencies
~5–7.5MB
~125K SLoC