Open SkyRainWind opened 3 weeks ago
Is this on docker? Did you check vulkan is installed correctly following our troubleshooting guide: https://maniskill.readthedocs.io/en/latest/user_guide/getting_started/installation.html#troubleshooting
I also recommend upgrading to ManiSkill 3 instead, we have the same PickCube demonstrations as before.
Thanks for your timely reply! I use vscode terminal directly without docker, and the problem remains after I checked troubleshooting
. The detailed outputs of vulkaninfo
are listed below.
I would like to try Maniskill 3. However, the paper i follow currently uses Maniskill 2, so i've kept the compatibility.
Can you test running python -m sapien.example.offscreen
Can you test running
python -m sapien.example.offscreen
Thanks for your reply! I walk through install workflow and troubleshooting again and I refer to some related issues and the results are listed below.
The result of python -m sapien.example.offscreen
:
The results of sapien info --all
:
The results of
>>> import sapien.core as sapien
>>> sapien.SapienRenderer(offscreen_only=True, device="cuda:0")
Last but not least, I use windows and a remote server to do everything. Maybe it is better for ubuntu?
You will want to use ubuntu whenever possible. It is the best supported platform.
We have limited support for running sapien/maniskill on windows systems. It can work but when it doesn't, usually it means something is wrong with the nvidia driver installation.
Hello, thanks for your brilliant work!
After I grabbed raw datasets, I have troubles transfering trajectories to other control mode(say, I would like to use
python -m mani_skill2.trajectory.replay_trajectory --traj-path demos/v0/rigid_body/PickCube-v0/trajectory.h5 --save-traj --target-control-mode pd_ee_delta_pose --obs-mode rgbd
command to obtain a new trajectory calledtrajectory.rgbd.pd_ee_delta_pose.h5
).I use windows connecting to remote server and I disabled x11 forwarding. Is it possible to disable rendering when replaying trajectories?
Compilation information are listed below.