You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add mimic and metrics support to sequential composite tasks (#337)
## Summary
Add Mimic datagen and metrics support for sequential composite tasks.
For Mimic:
1. Add feature to automatically combine Mimic subtask configs from
atomic tasks into single config for composite task
2. Add example of a mimic config for a sequential task
(`franka_put_and_close_door_task.py`)
3. Update annotate_demos.py script to call the `success_term` after each
step. This is required to make sure the sequential task's success state
machine is properly updated after each step.
For Metrics:
1. Add support for `get_metrics` in sequential composite tasks.
2. Add sequential task specific success/subtask success metrics.
4. Update existing arena metrics recorder term naming to enable metric
recorder terms to be renamed. This allows sequential composite tasks to
rename metrics with a subtask suffix.
0 commit comments