rl_examples

Crates.iorl_examples
lib.rsrl_examples
version0.1.0
sourcesrc
created_at2024-05-30 18:22:56.12883
updated_at2024-05-30 18:22:56.12883
descriptionExamples of reinforcement learning algorithms
homepage
repository
max_upload_size
id1257167
size438,516
Jett Hays (jettblu)

documentation

README

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
Commit count: 0

cargo fmt