Skip to main contentModule collector
Source - AsyncCollector
- Asynchronous rollout collector that runs env stepping and GAE computation
in a background thread, sending completed batches through a channel.
- ActionFn
- A shared, thread-safe function that maps flat observations to (actions, log-probs).
- ValueFn
- A shared, thread-safe function that maps flat observations to per-env value estimates.