-
Notifications
You must be signed in to change notification settings - Fork 170
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
To disable rendering during replay on Windows #674
Comments
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 Click to toggle contents of `vulkaninfo`
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 |
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 1
The results of 2
The results of
3
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.
The text was updated successfully, but these errors were encountered: