Skip to main content

Module collector

Module collector 

Source

Structs§

AsyncCollector
Asynchronous rollout collector that runs env stepping and GAE computation in a background thread, sending completed batches through a channel.

Type Aliases§

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.