Whenever I use AysncReplay for replay_fn, my training gets stuck at around 40-50k steps. I am able to get results using Replay and async_actor = False, but any idea why the former is causing the training to hang?
Also, will using AyncReplay or Replay cause difference in performace?
Whenever I use
AysncReplay
forreplay_fn
, my training gets stuck at around 40-50k steps. I am able to get results usingReplay
andasync_actor = False
, but any idea why the former is causing the training to hang?Also, will using
AyncReplay
orReplay
cause difference in performace?