-
Notifications
You must be signed in to change notification settings - Fork 51
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
Some Package Conflict and Solution #11
Comments
Hi @XuXinhangNTU, thanks for your docker image and installation tips. It's very helpful. Do you mind share your docker file? |
Hi @huihuaNvidia2023 the docker image is public. Do you mean the .DockerFile ? I use docker commit to create the docker image, so I don’t prepare a DockerFile now. If you are interested in it, I can make it later. |
Hi @XuXinhangNTU, thank you for your reply! Yes, I mean something like |
@huihuaNvidia2023 Okay, but this week is busy. I will do it later and when I finish, I will upload it. Thx! |
Thanks, not in a hurry. I got it working locally after I post the first question. To run in the Synchronous, I actually don't need to update the |
@ huihuaNvidia2023 It may be my docker environment Python version issue. Anyway, if you can let it run, that is good news. 😊 |
ah thank you all for the discussion around the issue.
@XuXinhangNTU @huihuaNvidia2023 thanks for the discussion around the dockerfile too! Do you feel like opening a PR to include that in this upstream repo? |
@XuXinhangNTU @huihuaNvidia2023 any updates on whether you would be able to contribute a PR for the dockerfile? 😀 |
Hi @HaoruXue, I didn't use any docker for my trial. |
Hi, Haoru, I will pub it before CNY! Still busy these days. |
Sounds good! Looking forward to it. |
Hi Haoru this is the rp link https://github.com/XuXinhangNTU/dial-mpc-docker |
First Thanks to your amazing works!
So I find some package version conflict that may cause crush after following the installation guidance.
For successfully run the Synchronous Simulation, in json.py the line 132
need change the
if (rgba == [0.5, 0.5, 0.5, 1.0]).all(): -> if jp.array_equal(rgba, jp.array([0.5, 0.5, 0.5, 1.0])):
to avoid the error
For successfully run the Asynchronous Simulation
The mojuco package should be <=3.2.4 because the mojuco.mjv_makeConnector is deprecated in version 3.2.5
Also the mujoco-mjx should change version to the corresponding mujuco package
To avoid
And I also contribute a docker, feel free to play!
docker pull xuxinhang007/dialmpc:v1
The text was updated successfully, but these errors were encountered: