You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The index generation operation for dataset is placed outside the loop, resulting that the data slices for each epoch remains the same. Is this a problem, or is this a less-than-ideal implementation?
The code is in /rsl_rl/storage/rollout_storage.py
The text was updated successfully, but these errors were encountered:
The index generation operation for dataset is placed outside the loop, resulting that the data slices for each epoch remains the same. Is this a problem, or is this a less-than-ideal implementation?
The code is in /rsl_rl/storage/rollout_storage.py
The text was updated successfully, but these errors were encountered: