Docs.rs
content-extractor-rl-0.1.2
content-extractor-rl 0.1.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sandeep-sandhu
Dependencies
anyhow ^1.0.100
normal
bzip2 ^0.6.1
normal
candle-core ^0.9.2
normal
candle-nn ^0.9.2
normal
chrono ^0.4.42
normal
futures ^0.3.31
normal
optional
html5ever ^0.36.1
normal
indicatif ^0.18.4
normal
lazy_static ^1.5.0
normal
ndarray ^0.17.1
normal
plotters ^0.3.7
normal
rand ^0.10
normal
rand_distr ^0.6.0
normal
rayon ^1.11.0
normal
regex ^1.12.2
normal
safetensors ^0.7.0
normal
scraper ^0.25.0
normal
selectors ^0.36.1
normal
serde ^1.0.228
normal
serde_json ^1.0.147
normal
sha2 ^0.10
normal
tempfile ^3.27.0
normal
thiserror ^2.0.17
normal
tokio ^1.48.0
normal
optional
tracing ^0.1.44
normal
tract-core ^0.22.0
normal
optional
tract-onnx ^0.22.0
normal
optional
trs-mlflow ^0.6.7
normal
optional
url ^2.5.8
normal
walkdir ^2.5.0
normal
criterion ^0.8.2
dev
tempfile ^3.27.0
dev
tokio ^1.50.0
dev
Versions
45.85%
of the crate is documented
Platform
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
Skip to main content
Module agents
content_
extractor_
rl
0.1.2
Module agents
Module Items
Modules
Structs
Enums
Traits
In crate content_
extractor_
rl
content_extractor_rl
Module
agents
Copy item path
Source
Modules
§
dqn_
agent
ppo_
agent
sac_
agent
Soft Actor-Critic network
Structs
§
Agent
Factory
Factory for creating RL agents
Agent
Info
Agent information for logging and tracking
Enums
§
Algorithm
Type
Algorithm type selection
Traits
§
RLAgent
Common trait for all RL agents