Loads episode_data_index and stats during dataset __init__ (#85)
Co-authored-by: Simon Alibert <75076266+aliberts@users.noreply.github.com> Co-authored-by: Alexander Soare <alexander.soare159@gmail.com>
This commit is contained in:
Binary file not shown.
3
tests/data/xarm_push_medium/meta_data/info.json
Normal file
3
tests/data/xarm_push_medium/meta_data/info.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"fps": 15
|
||||
}
|
||||
BIN
tests/data/xarm_push_medium/meta_data/stats.safetensors
Normal file
BIN
tests/data/xarm_push_medium/meta_data/stats.safetensors
Normal file
Binary file not shown.
BIN
tests/data/xarm_push_medium/train/data-00000-of-00001.arrow
Normal file
BIN
tests/data/xarm_push_medium/train/data-00000-of-00001.arrow
Normal file
Binary file not shown.
51
tests/data/xarm_push_medium/train/dataset_info.json
Normal file
51
tests/data/xarm_push_medium/train/dataset_info.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"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": 3,
|
||||
"_type": "Sequence"
|
||||
},
|
||||
"episode_index": {
|
||||
"dtype": "int64",
|
||||
"_type": "Value"
|
||||
},
|
||||
"frame_index": {
|
||||
"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": ""
|
||||
}
|
||||
13
tests/data/xarm_push_medium/train/state.json
Normal file
13
tests/data/xarm_push_medium/train/state.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"_data_files": [
|
||||
{
|
||||
"filename": "data-00000-of-00001.arrow"
|
||||
}
|
||||
],
|
||||
"_fingerprint": "c900258061dd0b3f",
|
||||
"_format_columns": null,
|
||||
"_format_kwargs": {},
|
||||
"_format_type": "torch",
|
||||
"_output_all_columns": false,
|
||||
"_split": null
|
||||
}
|
||||
Reference in New Issue
Block a user