Module gae

Module gae 

Source

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.