About data replay
yingchengyang opened this issue · 0 comments
yingchengyang commented
Thanks for the great work. I'm learning this repo of codes and I'm confused about how to use old data to train in this code. As I understand, after every episode is done, the environment wrapper will save the episode information. Unfortunately, the only function I find to load these episodes is "tools.load_episodes", which is used before training. Could you please tell me how this code loads the historical episodes during training? Thanks a lot!