Skip to content

Commit 1902d03

Browse files
committed
Cut the Shadow Hand training budgets to the measured plateau
1 parent 0a68332 commit 1902d03

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/isaaclab_tasks/isaaclab_tasks/core/handover/agents/rsl_rl_ppo_cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class HandoverPPORunnerCfg(RslRlOnPolicyRunnerCfg):
1313
"""RSL-RL PPO configuration for the single-agent view of Shadow Hand handover."""
1414

1515
num_steps_per_env = 16
16-
max_iterations = 5000
16+
max_iterations = 3500
1717
save_interval = 250
1818
experiment_name = "handover"
1919
obs_groups = {"actor": ["policy"], "critic": ["policy"]}

source/isaaclab_tasks/isaaclab_tasks/core/reorient/config/shadow_hand/agents/rsl_rl_ppo_cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@configclass
1414
class ShadowHandPPORunnerCfg(RslRlOnPolicyRunnerCfg):
1515
num_steps_per_env = 16
16-
max_iterations = 10000
16+
max_iterations = 3000
1717
save_interval = 250
1818
experiment_name = "shadow_hand"
1919
actor = RslRlMLPModelCfg(

0 commit comments

Comments
 (0)