Docs.rs
  • reilly-0.0.1
    • reilly 0.0.1
    • Permalink
    • Docs.rs crate page
    • Apache-2.0 OR MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • AlessioZanga
    • Dependencies
      • indicatif ^0.16 normal
      • num ^0.4 normal
      • polars ^0.21 normal
      • rand ^0.8 normal
      • rand_distr ^0.4 normal
      • approx ^0.5 dev
      • rand_xoshiro ^0.6 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

reilly0.0.1

Crate Items

  • Structs
  • Traits

List of all items

Structs

  • agents::bandits::Arms
  • agents::bandits::MultiArmedBandit
  • agents::bandits::arms::Bernoulli
  • envs::FarWest
  • policies::EpsilonGreedy
  • policies::Greedy
  • policies::Random
  • sessions::TrainTestSession

Traits

  • agents::Agent
  • agents::bandits::arms::Arm
  • envs::Env
  • policies::Policy
  • sessions::Session
  • types::Action
  • types::Reward
  • types::State
  • values::ActionValue
  • values::StateActionValue