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
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Thank you for great works.
But I wonder whether the dataset cumulates sequentially.
That is, along the implementation of Duane,
whether data["observation"][1] indicates the state
after we take data["action"][0] in data["observation"][0].
Additionally, did you know is there a similar dataset implemented with torch, not a dopamine?
Hi, contributing this example of how to read the atari files directly, in case anyone wants to do that.
Note that the data is stored in the same temporal sequence it was logged, as you can see by watching the replay.
The text was updated successfully, but these errors were encountered: