Crates.io | rl_examples |
lib.rs | rl_examples |
version | 0.1.0 |
source | src |
created_at | 2024-05-30 18:22:56.12883 |
updated_at | 2024-05-30 18:22:56.12883 |
description | Examples of reinforcement learning algorithms |
homepage | |
repository | |
max_upload_size | |
id | 1257167 |
size | 438,516 |
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}
cargo run --bin k_armed_bandit_ucb
cargo run --bin k_armed_bandit_epsilon_greedy