Docs.rs
  • border-tch-agent-0.0.5
    • border-tch-agent 0.0.5
    • 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.5 normal
      • border-core ^0.0.5 normal
      • chrono ^0.4 normal
      • fastrand ^1.4.0 normal
      • log ^0.4 normal
      • segment-tree ^2.0.0 normal
      • serde =1.0.126 normal
      • serde_yaml ^0.8.7 normal
      • tch ^0.5.0 normal
      • tensorboard-rs ^0.2.4 normal
      • thiserror ^1.0 normal
      • tempdir ^0.3.7 dev
    • Versions
    • 93.27% 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
logo

logo

Crate border_tch_agent

logo
Change settings

List of all items

Structs

  • TensorSubBatch
  • 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
  • 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::quantile_huber_loss
  • util::track