Crate operant_envs

Crate operant_envs 

Source
Expand description

Pavlov Environments - High-performance RL environment implementations

This crate provides SIMD-optimized Rust implementations of Gymnasium-compatible reinforcement learning environments with SoA memory layout.

Re-exports§

pub use gymnasium::CartPole;
pub use gymnasium::CartPoleLog;
pub use gymnasium::MountainCar;
pub use gymnasium::MountainCarLog;
pub use gymnasium::Pendulum;
pub use gymnasium::PendulumLog;

Modules§

gymnasium
Gymnasium-compatible control environments.
shared
Shared utilities for vectorized environments.