Closed SanMumumu closed 8 months ago
When I downgrade ruamel, it can be compiled (I don't know if this is a good operation). But there are still the following problems
After executing the code ’python raisimGymTorch/env/envs/dgrasp/runner_motion.py -ao -e 'all_objs' -sd 'pretrained_policies' -w 'full_6000.pt'
, the simulator can display the grabbing interface. But some prompts appeared
And other problems occurred when executing the following codes.
Can you take the time to give me some help? Thank you very much!
Hi,
the missing file indicates a newer version of RaiSim which we don't support. You need to install everything through the D-Grasp repository (RaiSim is already integrated in the codebase). Is it possible you tried to install RaiSim separately from the D-Grasp repo?
For ruamel, downgrading seems to be the correct solution.
Thank you for your help. Now it works. ;)
Hi, Thank you for sharing such great work. I finish configuring all environments. When running the code
python raisimGymTorch/env/envs/dgrasp/runner_motion.py -ao -e 'all_objs' -sd 'pretrained_policies' -w 'full_6000.pt'
, the following error occurredThen I modified the code to
But the following error occurred:
I'm confused, can you help me solve this problem? Really thankful.