Spaces:
Running
Running
Upload exp_runner_stage_1.py
Browse files- exp_runner_stage_1.py +1 -2
exp_runner_stage_1.py
CHANGED
@@ -3140,7 +3140,7 @@ class Runner:
|
|
3140 |
self.ts_to_dyn_mano_pts_th = {}
|
3141 |
|
3142 |
|
3143 |
-
for i_iter in tqdm(range(
|
3144 |
tot_losses = []
|
3145 |
tot_tracking_loss = []
|
3146 |
|
@@ -9062,4 +9062,3 @@ if __name__ == '__main__':
|
|
9062 |
runner.train_redmax_robot_actions_from_mano_model_rules_v5_shadowhand_fortest_states_grab()
|
9063 |
|
9064 |
|
9065 |
-
|
|
|
3140 |
self.ts_to_dyn_mano_pts_th = {}
|
3141 |
|
3142 |
|
3143 |
+
for i_iter in tqdm(range(20)):
|
3144 |
tot_losses = []
|
3145 |
tot_tracking_loss = []
|
3146 |
|
|
|
9062 |
runner.train_redmax_robot_actions_from_mano_model_rules_v5_shadowhand_fortest_states_grab()
|
9063 |
|
9064 |
|
|