Skip to content

Commit 0e84848

Browse files
committed
increase gpu buffer for dexsuite lift
1 parent d028dd1 commit 0e84848

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/isaaclab_tasks/isaaclab_tasks/manager_based/manipulation/dexsuite/dexsuite_env_cfg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ def __post_init__(self):
423423
self.sim.physics = PhysxCfg(
424424
bounce_threshold_velocity=0.01,
425425
gpu_max_rigid_patch_count=4 * 5 * 2**15,
426+
gpu_found_lost_pairs_capacity=2**26,
426427
)
427428

428429
if self.curriculum is not None:

0 commit comments

Comments
 (0)