-
Notifications
You must be signed in to change notification settings - Fork 25
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
How to record higher quality videos? #99
Comments
Have you tried to change the Particularly CausalWorld/causal_world/envs/causalworld.py Lines 550 to 581 in 548e66c
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying out the Model Predictive Control script provided in the docs. I notice that when setting enable_visualization=True when instantiating a CausalWorld environment, the real-time visualization of the CEM is very high resolution, which is great. However, the recording of the CEM obtained via gym.wrappers.monitoring.video_recorder.VideoRecorder has much poorer quality.
Is there a way to record the videos such that their resolution is as good as the real-time visualization, or at least better than what we currently obtain from the VideoRecorder?
I suspect that one would have to modify the render() function of CausalWorld to achieve this, but I don't know what exactly needs to be done.
The text was updated successfully, but these errors were encountered: