lerobot/tests/data/xarm_lift_medium/train/dataset_info.json

51 lines
907 B
JSON
Raw Normal View History

2024-04-16 20:20:38 +08:00
{
"citation": "",
"description": "",
"features": {
"observation.image": {
"_type": "Image"
},
"observation.state": {
"feature": {
"dtype": "float32",
"_type": "Value"
},
"length": 4,
"_type": "Sequence"
},
"action": {
"feature": {
"dtype": "float32",
"_type": "Value"
},
"length": 4,
"_type": "Sequence"
},
2024-04-20 07:19:16 +08:00
"episode_index": {
2024-04-16 20:20:38 +08:00
"dtype": "int64",
"_type": "Value"
},
2024-04-20 07:19:16 +08:00
"frame_index": {
2024-04-16 20:20:38 +08:00
"dtype": "int64",
"_type": "Value"
},
"timestamp": {
"dtype": "float32",
"_type": "Value"
},
"next.reward": {
"dtype": "float32",
"_type": "Value"
},
"next.done": {
"dtype": "bool",
"_type": "Value"
},
"index": {
"dtype": "int64",
"_type": "Value"
}
},
"homepage": "",
"license": ""
}