IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.32k stars 459 forks source link

Read/write replay buffer from filesystem #256

Closed mattiasmar closed 5 years ago

mattiasmar commented 5 years ago

Is there an option in Coach to read/write a replay buffer from/to filesystem?

galnov commented 5 years ago

Reading a replay buffer from file: https://github.com/NervanaSystems/coach/blob/5d4b9c73998afe4928e49ee71f3a78aa81ca9a6f/rl_coach/memories/episodic/episodic_experience_replay.py#L406

galnov commented 5 years ago

Closing this issue for now. If there is a need for additional support on top of the above, feel free to reopen and add more details on the requested functionality.