rl_examples 0.1.0

Examples of reinforcement learning algorithms
Documentation

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