Docs.rs
  • border-tch-agent-0.0.7
    • border-tch-agent 0.0.7
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • taku-y
    • Dependencies
      • anyhow ^1.0.38 normal
      • aquamarine ^0.1 normal
      • border-async-trainer ^0.0.7 normal optional
      • border-core ^0.0.7 normal
      • chrono ^0.4 normal
      • fastrand ^1.4.0 normal
      • log ^0.4 normal
      • segment-tree ^2.0.0 normal
      • serde ^1.0.194 normal
      • serde_yaml ^0.8.7 normal
      • tch ^0.16.0 normal
      • tensorboard-rs ^0.2.4 normal
      • thiserror ^1.0 normal
      • tempdir ^0.3.7 dev
    • Versions
    • 59.41% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

border_tch_agent0.0.7

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • TensorBatch
  • cnn::Cnn
  • cnn::CnnConfig
  • dqn::Dqn
  • dqn::DqnConfig
  • dqn::DqnModel
  • dqn::DqnModelConfig
  • dqn::EpsilonGreedy
  • dqn::Softmax
  • iqn::EpsilonGreedy
  • iqn::Iqn
  • iqn::IqnConfig
  • iqn::IqnModel
  • iqn::IqnModelConfig
  • iqn::Softmax
  • mlp::Mlp
  • mlp::Mlp2
  • mlp::MlpConfig
  • sac::Actor
  • sac::ActorConfig
  • sac::Critic
  • sac::CriticConfig
  • sac::EntCoef
  • sac::Sac
  • sac::SacConfig
  • util::NamedTensors

Enums

  • Device
  • dqn::DqnExplorer
  • iqn::IqnExplorer
  • iqn::IqnSample
  • opt::Optimizer
  • opt::OptimizerConfig
  • sac::EntCoefMode
  • util::CriticLoss

Traits

  • ZeroTensor
  • model::ModelBase
  • model::SubModel
  • model::SubModel2
  • util::OutDim

Functions

  • iqn::average
  • util::concat_slices
  • util::param_stats
  • util::quantile_huber_loss
  • util::track