Skip to content

Commit 99d608f

Browse files
committed
remove example to allow for cleaner pr
1 parent d10a9ee commit 99d608f

File tree

1 file changed

+0
-25
lines changed
  • source/isaaclab_tasks/isaaclab_tasks/manager_based/manipulation/dexsuite/config/kuka_allegro/agents

1 file changed

+0
-25
lines changed

source/isaaclab_tasks/isaaclab_tasks/manager_based/manipulation/dexsuite/config/kuka_allegro/agents/rl_games_ppo_cfg.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -84,28 +84,3 @@ params:
8484
clip_actions: False
8585
seq_len: 4
8686
bounds_loss_coef: 0.0001
87-
88-
pbt:
89-
enabled: False
90-
policy_idx: 0 # policy index in a population
91-
num_policies: 8 # total number of policies in the population
92-
directory: .
93-
workspace: "pbt_workspace" # suffix of the workspace dir name inside train_dir
94-
objective: Curriculum/adr
95-
96-
# PBT hyperparams
97-
interval_steps: 50000000
98-
threshold_std: 0.1
99-
threshold_abs: 0.025
100-
mutation_rate: 0.25
101-
change_range: [1.1, 2.0]
102-
mutation:
103-
104-
agent.params.config.learning_rate: "mutate_float"
105-
agent.params.config.grad_norm: "mutate_float"
106-
agent.params.config.entropy_coef: "mutate_float"
107-
agent.params.config.critic_coef: "mutate_float"
108-
agent.params.config.bounds_loss_coef: "mutate_float"
109-
agent.params.config.kl_threshold: "mutate_float"
110-
agent.params.config.gamma: "mutate_discount"
111-
agent.params.config.tau: "mutate_discount"

0 commit comments

Comments
 (0)