We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not iterating over episodes should produce "all" the episode data including infos and other stores keys?
After that we can use more specific iterators to just select a subset of the keys.
I.e. for what reason we are able to store in MuJoCo Hopper the x-position if when iterating we can't read it? And we cannot access Infos per episode?
The text was updated successfully, but these errors were encountered:
Hey @jamartinh thanks for the question.
We are working on adding infos to the data returned when iterating the episode, see #132
Hopefully, we will have this merged soon and this problem will be solved with the next release!
Sorry, something went wrong.
This should be solved now with 0.4.3; feel free to open it again if something is missing.
No branches or pull requests
Question
Does not iterating over episodes should produce "all" the episode data including infos and other stores keys?
After that we can use more specific iterators to just select a subset of the keys.
I.e. for what reason we are able to store in MuJoCo Hopper the x-position if when iterating we can't read it? And we cannot access Infos per episode?
The text was updated successfully, but these errors were encountered: