//! Experience buffers and replay management
//!
//! This module handles storage and sampling of experience for training.
// Convenience re-export so multi-agent training scripts can pull the
// flat-buffer GAE helper directly off `thrust_rl::buffer`. Single-agent
// users continue to call `RolloutBuffer::compute_advantages`.
pub use compute_advantages_multi_agent;