Open SkyRainWind opened 5 days 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.
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.