Saving observation states and actions at the end of each episode #46
dhruvkm2402
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @dhruvkm2402 It is possible to save, in persistent storage, all environment transitions (state, action, next state, reward, terminated, and truncated) and any other information stored in memory automatically when the memory is filled Supported formats are PyTorch ( Please visit the Memory export/import section |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've implemented the tool and it's really good w.r.t flexibility and one code file which is so much easier. Thank you for that.
I wanted to know if we can save the states and actions at the end of each episode?, as that would be a useful data later.
Beta Was this translation helpful? Give feedback.
All reactions