feat(evaluation): add morphology support
This commit is contained in:
parent
23efc2e7f2
commit
55b6502fdc
4 changed files with 67 additions and 78 deletions
|
|
@ -15,3 +15,9 @@ comparison_output_csv: "runs/evaluation/comparison.csv"
|
|||
# Paths to the .cleanrl_model files to be compared (relative to workspace root).
|
||||
comparison_models:
|
||||
- "runs/input-space-2-arms/2026-05-02/08-14-58/final_model.flax"
|
||||
|
||||
# Path to the morphologies to evaluate against.
|
||||
comparison_morphologies:
|
||||
- "configs/morphology/5_arms_full.yaml"
|
||||
- "configs/morphology/3_arms.yaml"
|
||||
- "configs/morphology/2_arms.yaml"
|
||||
|
|
|
|||
Reference in a new issue