mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-24 18:26:11 +00:00
remove brkpt
This commit is contained in:
@@ -268,7 +268,6 @@ def train(cfg: TrainPipelineConfig):
|
|||||||
continue # Skip the overall stats since we already printed it
|
continue # Skip the overall stats since we already printed it
|
||||||
print(f"\nAggregated Metrics for {task_group}:")
|
print(f"\nAggregated Metrics for {task_group}:")
|
||||||
print(task_group_info["aggregated"])
|
print(task_group_info["aggregated"])
|
||||||
breakpoint()
|
|
||||||
else:
|
else:
|
||||||
eval_info = eval_policy(
|
eval_info = eval_policy(
|
||||||
eval_env,
|
eval_env,
|
||||||
@@ -279,7 +278,6 @@ def train(cfg: TrainPipelineConfig):
|
|||||||
start_seed=cfg.seed,
|
start_seed=cfg.seed,
|
||||||
)
|
)
|
||||||
aggregated = eval_info["aggregated"]
|
aggregated = eval_info["aggregated"]
|
||||||
breakpoint()
|
|
||||||
|
|
||||||
eval_metrics = {
|
eval_metrics = {
|
||||||
"avg_sum_reward": AverageMeter("∑rwrd", ":.3f"),
|
"avg_sum_reward": AverageMeter("∑rwrd", ":.3f"),
|
||||||
|
|||||||
Reference in New Issue
Block a user