koch_test / README.md
cmcgartoll's picture
Upload dataset
66962f4 verified
|
raw
history blame
No virus
807 Bytes
---
task_categories:
- robotics
tags:
- LeRobot
- tutorial
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: observation.state
sequence: float32
length: 6
- name: action
sequence: float32
length: 6
- name: observation.images.laptop
dtype: video_frame
- name: observation.images.phone
dtype: video_frame
- name: episode_index
dtype: int64
- name: frame_index
dtype: int64
- name: timestamp
dtype: float32
- name: next.done
dtype: bool
- name: index
dtype: int64
splits:
- name: train
num_bytes: 5669185
num_examples: 29355
download_size: 1437211
dataset_size: 5669185
---
This dataset was created using [🤗 LeRobot](https://github.com/huggingface/lerobot).