-
Notifications
You must be signed in to change notification settings - Fork 146
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
Update run_hw1.ipynb #5
base: main
Are you sure you want to change the base?
Conversation
Current `mujoco_py` supports mujoco 2.1.0, not 2.0.0. So it needs to change file paths to modify.
I change the file paths as you suggested, but when I do dagger, I couldn't log video, I suppose it is the difference between 2.1.0 and 2.0.0. So, I think what we need is mujoco 2.0.0.
I think instead of |
I think it's related on PIL library while making GIF files. |
Current
mujoco_py
supports mujoco 2.1.0, not 2.0.0.Workaround is #4
So it needs to change file paths to modify.