-
Notifications
You must be signed in to change notification settings - Fork 272
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
From pixels? #67
Comments
Hi Sam, We're pushing an update with support for rendering states on Tuesday or Wednesday. Stay tuned! |
OK, rendering to pixels is now available, but not yet documented. If you'd like to try it, please check out: https://github.com/google/brax/blob/main/brax/io/image.py Please keep in mind this is CPU rendering, so better for eval rendering and other programmatic use cases, rather than training. We will move to GPU/TPU rendering in the future, which should be suitable for training. In the coming days we'll update our colabs with an example of how to use it. |
Ah, GPU training is what I need. But thank you! |
Closing this as I think it's addressed, but please do re-open if you have any other questions. We are tracking the request to render using accelerators at #108 |
Is there a way to get the states as image frames?
The text was updated successfully, but these errors were encountered: