Docs.rs
  • rl-0.4.0
    • rl 0.4.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • benbaarber
    • Dependencies
      • burn ^0.13.2 normal
      • crossterm ^0.27.0 normal optional
      • gym-rs ^0.3.0 normal optional
      • log ^0.4.21 normal
      • once_cell ^1.19.0 normal
      • rand ^0.8.5 normal
      • ratatui ^0.26.3 normal optional
      • strum ^0.26.2 normal optional
      • tui-logger ^0.11.1 normal optional
      • unicode-width ^0.1.13 normal optional
    • Versions
    • 80.23% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

rl0.4.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits

List of all items

Structs

  • algo::dqn::DQNAgent
  • algo::dqn::DQNAgentConfig
  • algo::q_table::QTableAgent
  • algo::q_table::QTableAgentConfig
  • decay::Constant
  • decay::Exponential
  • decay::InverseTime
  • decay::Linear
  • decay::Step
  • ds::RingBuffer
  • ds::StaticRingBuffer
  • env::Report
  • exploration::EpsilonGreedy
  • exploration::Softmax
  • exploration::UCB
  • memory::Exp
  • memory::ExpBatch
  • memory::ReplayMemory

Enums

  • exploration::Choice

Traits

  • algo::dqn::DQNModel
  • decay::Decay
  • env::DiscreteActionSpace
  • env::Environment
  • env::ToTensor

Macros

  • assert_interval