Structs§
- GaeResult
- Result of a GAE computation, containing advantages and returns.
Functions§
- compute_
gae - Compute Generalized Advantage Estimation.
- compute_
gae_ batched - Batched GAE: compute GAE for multiple environments in a single call.
- compute_
gae_ batched_ f32 - Batched GAE in f32 — avoids f64 conversion overhead from Python.