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

Want to save Actions and Frames of the RL #188

Open
M-Nusrat-Ullah opened this issue Oct 12, 2024 · 1 comment
Open

Want to save Actions and Frames of the RL #188

M-Nusrat-Ullah opened this issue Oct 12, 2024 · 1 comment

Comments

@M-Nusrat-Ullah
Copy link

M-Nusrat-Ullah commented Oct 12, 2024

Hello, I have recently found out about this RL. This is really a great project. I am doing some experiment on this.
I am trying to save the frames, actions and episodes of the RL taking in every parallel processing. What is the easiest way to achieve this? My current approach is: I am modifying the code in StreamWrapper class, saving frames, actions etc. At the end, I am just saving them in a file.
Is there any better way to achieve this? Any type of advice is appreciable. Thanks in advance.

@PWhiddy
Copy link
Owner

PWhiddy commented Nov 4, 2024

Hello 👋
That seems like a fine approach. Technically it could be cleaner to create a separate wrapper to save this data. It would also be fine to just modify the base environment to save it as well.

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