ModifiedTictactoe-cool / meta /modality.json
azhicles's picture
flatten cool_daylight to root (regular lerobot structure)
2a0a2f1 verified
Raw
History Blame Contribute Delete
660 Bytes
{
"state": {
"single_arm": {
"start": 0,
"end": 5
},
"gripper": {
"start": 5,
"end": 6
}
},
"action": {
"single_arm": {
"start": 0,
"end": 5
},
"gripper": {
"start": 5,
"end": 6
}
},
"video": {
"top": {
"original_key": "observation.images.top"
},
"wrist": {
"original_key": "observation.images.wrist"
}
},
"annotation": {
"human.task_description": {
"original_key": "task_index"
}
}
}