Skip to content
New issue

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

[Question] Does not iterating over episodes should produce "all" the episode data including infos and other stores keys? #178

Closed
jamartinh opened this issue Dec 23, 2023 · 2 comments

Comments

@jamartinh
Copy link
Contributor

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?

@younik
Copy link
Member

younik commented Dec 26, 2023

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!

@younik
Copy link
Member

younik commented Jan 31, 2024

This should be solved now with 0.4.3; feel free to open it again if something is missing.

@younik younik closed this as completed Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants