Async data collector is single-epoch
Open
bug
- Dominant language
- Python
- Stars
- 2k
- Forks
- 561
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 145
Description
**Describe the bug**
The async data collector (in the `_collection_loop` function) will stop data collection when the dataloader is exhausted (which forces it to be single-epoch). I think it needs to continue forever until it is stopped from the main grpo loop.
Contributor guide
Assessment
This issue has not been assessed yet.