Closed lakshitadodeja closed 3 months ago
Sorry for the late reply. I wasn't able to reproduce the error. Did you follow the demonstration generation script in https://github.com/haosulab/ManiSkill2-Learn/blob/main/scripts/example_demo_conversion/general_rigid_body_multi_object_envs.sh ?
Also what is your maniskill2 and maniskill2-learn version?
Hi, I am trying to train an agent with dapg+ppo on the turn faucet environment using rgbd observations. I have used the demonstration conversion script to convert the demonstrations in the required format. I am training using only 1 GPU using the command -
I am getting the following error while training -
I am assuming this is because the num of processes is defined as 12, do i have to make any manual changes to make this work? (Also when i try to do the same using num process as 1 the memory overflows)