About asynchronous generation and training like AReal
Opened this issue · 2 comments
llv22 commented
One question about ART framework, will we plan to support asynchronous generation/rollout and training, like https://github.com/inclusionAI/AReaL?tab=readme-ov-file (paper: https://arxiv.org/pdf/2505.24298)?
Essentially, it is a non-blocking rollout mechanism so that the ready-to-use rollout group can be sent to training queue, instead of waiting (If I understand correctly)
Best Regards
Orlando
saum7800 commented
Hey Orlando!
We have a helper for doing Async RL. check out art.trajectory_group_batches(). example of using it can be found in
Line 247 in aab795f
Let me know if you meant something else here