Docs.rs
  • border-core-0.0.8
    • border-core 0.0.8
    • 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
      • chrono ^0.4 normal
      • fastrand ^1.4.0 normal
      • log ^0.4 normal
      • rand =0.8.5 normal
      • segment-tree ^2.0.0 normal
      • serde ^1.0.194 normal
      • serde_yaml ^0.8.7 normal
      • thiserror ^1.0 normal
      • xxhash-rust ^0.8.10 normal
      • tempdir ^0.3.7 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
  • 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_core0.0.8

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • DefaultEvaluator
  • NullReplayBuffer
  • Sampler
  • Step
  • Trainer
  • TrainerConfig
  • dummy::DummyAct
  • dummy::DummyBatch
  • dummy::DummyEnv
  • dummy::DummyInfo
  • dummy::DummyInnerBatch
  • dummy::DummyObs
  • dummy::DummyReplayBuffer
  • generic_replay_buffer::GenericTransitionBatch
  • generic_replay_buffer::IwScheduler
  • generic_replay_buffer::PerConfig
  • generic_replay_buffer::SimpleReplayBuffer
  • generic_replay_buffer::SimpleReplayBufferConfig
  • generic_replay_buffer::SimpleStepProcessor
  • generic_replay_buffer::SimpleStepProcessorConfig
  • record::BufferedRecorder
  • record::NullRecorder
  • record::Record
  • record::RecordStorage
  • test::TestAct
  • test::TestActBatch
  • test::TestAgent
  • test::TestAgentConfig
  • test::TestEnv
  • test::TestInfo
  • test::TestObs
  • test::TestObsBatch

Enums

  • error::LrrError
  • generic_replay_buffer::WeightNormalizer
  • record::RecordValue

Traits

  • Act
  • Agent
  • Configurable
  • Env
  • Evaluator
  • ExperienceBufferBase
  • Info
  • Obs
  • Policy
  • ReplayBufferBase
  • StepProcessor
  • TransitionBatch
  • generic_replay_buffer::BatchBase
  • record::Recorder