Replies: 7 comments
-
this works for me |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply, did you add this in manager_based_env.py? @martinmatak |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Thank you, the error is gone now. @martinmatak |
Beta Was this translation helpful? Give feedback.
-
You can also set this into the simulation configuration directly: https://isaac-sim.github.io/IsaacLab/source/api/lab/omni.isaac.lab.sim.html#omni.isaac.lab.sim.PhysxCfg.gpu_total_aggregate_pairs_capacity |
Beta Was this translation helpful? Give feedback.
-
Hi, @martinmatak , I met the same problem, and with using isaaclab, could you please tell me how to add these into a manager based RL env config? thanks. |
Beta Was this translation helpful? Give feedback.
-
You can specify this parameter in PhysxCfg, as Mayank linked to above. An example of using this in the manager based RL env is here: https://github.com/isaac-sim/IsaacLab/blob/main/source/extensions/omni.isaac.lab_tasks/omni/isaac/lab_tasks/manager_based/manipulation/inhand/inhand_env_cfg.py#L322. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am running "./isaaclab.sh -p source/standalone/workflows/rsl_rl/train.py --task Isaac-Lift-Cube-Franka-v0 --headless --device cuda:0". I modified the script of "joint_pos_env_cfg.py" to make Franka to pick up a 006_mustard_bottle from YCB dataset. It was ok to train the model to pick up a dex_cube_instanceable.usd, but when I changed to 006_mustard_bottle.usd, it shows the error:
My modified code snippet of joint_pos_env_cfg.py is here:
I am using RTX 4090 GPU by the way. How to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions