rl_examples 0.1.0

Examples of reinforcement learning algorithms
Documentation
  • Coverage
  • 5.75%
    5 out of 87 items documented0 out of 68 items with examples
  • Size
  • Source code size: 438.04 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 39s Average build duration of successful builds.
  • all releases: 39s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jettblu

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