Create a new task under starter_pack that requires:
- grasping an object
- walking to a target
- placing the object at target pose
Re-use existing primitives.
Label: good-first-issue
Acceptance Criteria
- Task folder created under:
src/hts_tasks/packs/starter_pack/carry_object_to_target/
task.yaml defines:
- success condition (object at target pose)
- reward shaping for grasp + locomotion + placement
- Task loads via automatic discovery
hts train runs without error
- Basic smoke test passes
Create a new task under starter_pack that requires:
Re-use existing primitives.
Label: good-first-issue
Acceptance Criteria
src/hts_tasks/packs/starter_pack/carry_object_to_target/
task.yamldefines:hts trainruns without error