#reinforcement-learning #algorithm #implemented

bin+lib rl_examples

Examples of reinforcement learning algorithms

1 unstable release

0.1.0 May 30, 2024

#441 in Machine learning

Apache-2.0

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–7MB
~124K SLoC