[BUG] SyncDataCollector Not Working With ParallelEnv when Built with Replay Buffer #2617
Open
3 tasks done
Labels
bug
Something isn't working
Describe the bug
When creating a sync data collector with a replay buffer (passed to its constructor), then it crashes when yielding from the collector.
To Reproduce
ParallelEnv
(I used num_workers=2 in my test)SyncDataCollector
and make sure to pass the replay buffer to its constructor :Expected behavior
I would expect the same behavior as when we don't pass the replay buffer to the sync data collector and manually do :
System info
Describe the characteristic of your environment:
Checklist
The text was updated successfully, but these errors were encountered: