Docs.rs
gym-rs-0.3.0
gym-rs 0.3.0
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
MathisWellmann
Dependencies
cosyne ^0.3.2
normal
optional
derivative ^2.2
normal
derive-new ^0.5
normal
log ^0.4.11
normal
nalgebra ^0.32
normal
num-traits ^0.2
normal
ordered-float >=3.9.1
normal
rand ^0.8
normal
rand_pcg ^0.3
normal
sdl2 ^0.35
normal
serde ^1.0
normal
Versions
98.52%
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
Crate gym_rs
gym_rs
0.3.0
All Items
Crate Items
Modules
Crate
gym_rs
Copy item path
Source
Expand description
A rust implementation of OpenAI’s reinforcment library Gym.
Modules
§
core
Contains user-facing interfaces.
envs
Holds implementations of various environments.
spaces
Holds structures describing collections of values.
utils
Functions, structures and traits designed to reduce complex interactions.