Expand description
Batched stepping/reset and parallel environment pooling. Batched environment stepping and parallelism helpers.
Related docs:
Structsยง
- Batch
OutDebug - Debug batch output, filled in-place.
- Batch
OutDebug Buffers - Owned buffers for debug output (Rust-side convenience).
- Batch
OutMinimal - Minimal RL batch output, filled in-place.
- Batch
OutMinimal Buffers - Owned buffers for minimal output (Rust-side convenience).
- Batch
OutMinimal I16 - Minimal RL batch output with i16 observations, filled in-place.
- Batch
OutMinimal I16Buffers - Owned buffers for minimal output with i16 observations.
- Batch
OutMinimal I16Legal Ids - Minimal RL batch output with i16 observations and legal id lists, filled in-place.
- Batch
OutMinimal NoMask - Minimal RL batch output without masks, filled in-place.
- Batch
OutMinimal NoMask Buffers - Owned buffers for minimal output without masks (Rust-side convenience).
- Batch
OutTrajectory - Trajectory output with masks, filled in-place.
- Batch
OutTrajectory I16 - Trajectory output with masks and i16 observations, filled in-place.
- Batch
OutTrajectory I16Legal Ids - Trajectory output with i16 observations and legal id lists, filled in-place.
- Batch
OutTrajectory NoMask - Trajectory output without masks, filled in-place.
- EnvPool
- Pool of independent environments stepped in parallel.