Datasets:
The dataset viewer is not available for this dataset.
Error code: ConfigNamesError
Exception: ReadTimeout
Message: (ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: 876417df-b7f5-4bc8-b307-f6b28f2a4e0e)')
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 66, in compute_config_names_response
config_names = get_dataset_config_names(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 161, in get_dataset_config_names
dataset_module = dataset_module_factory(
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1207, in dataset_module_factory
raise e1 from None
File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1182, in dataset_module_factory
).get_module()
^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 598, in get_module
standalone_yaml_path = cached_path(
^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 180, in cached_path
).resolve_path(url_or_filename)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 198, in resolve_path
repo_and_revision_exist, err = self._repo_and_revision_exist(repo_type, repo_id, revision)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 125, in _repo_and_revision_exist
self._api.repo_info(
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_api.py", line 2816, in repo_info
return method(
^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_api.py", line 2673, in dataset_info
r = get_session().get(path, headers=headers, timeout=timeout, params=params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 602, in get
return self.request("GET", url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 96, in send
return super().send(request, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/adapters.py", line 690, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: (ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: 876417df-b7f5-4bc8-b307-f6b28f2a4e0e)')Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
ATG-MoE Pressure-Reducing Valve Assembly Training Set
This repository provides the training set used in our paper: "ATG-MoE: Autoregressive trajectory generation with mixture-of-experts for assembly skill learning".
The dataset is specifically designed for the pressure-reducing valve assembly task, featuring multi-skill robotic learning capabilities.
This release only contains the training set.
Evaluation requires a Unity-based simulation environment. The evaluation scripts and instructions will be released in our GitHub repository.
π Dataset Overview
The dataset supports multi-skill imitation learning in industrial assembly. It provides high-quality demonstrations mapping multi-view observations to precise skill trajectories.
π οΈ Included Skills
The dataset covers 8 key skills required for the assembly process:
- Sleeve Placement
- Large Spring Insertion
- Rod Placement
- Rod Seating
- Nut Seating
- Spring Insertion
- Plug Seating
- Body Seating
π Dataset Scale
- Total Training Episodes: 768
- Skills: 8 distinct assembly tasks
- Data per Skill: 96 training episodes
π Data Format
The dataset follows the RLBench organization style. Each episode folder contains a complete demonstration trajectory.
Directory Structure
episode0/
βββ front_depth/ # Depth maps from front camera
βββ front_rgb/ # RGB images from front camera
βββ left_shoulder_depth/ # Depth maps from left shoulder camera
βββ left_shoulder_rgb/ # RGB images from left shoulder camera
βββ overhead_depth/ # Depth maps from overhead camera
βββ overhead_rgb/ # RGB images from overhead camera
βββ right_shoulder_depth/ # Depth maps from right shoulder camera
βββ right_shoulder_rgb/ # RGB images from right shoulder camera
βββ proprioception/ # Robot joint states and end-effector pose
βββ camera_matrix.json # Intrinsic and extrinsic parameters
βββ kfs.json # Keyframe indices for trajectory
βββ lang_emb.pkl # Language instruction embeddings
βββ variation_descriptions.json # Natural language descriptions
βββ variation_number.pkl # Variation ID for the task
π Citation
If you find this dataset or our work helpful, please cite:
@misc{huang2026atgmoeautoregressivetrajectorygeneration,
title={ATG-MoE: Autoregressive trajectory generation with mixture-of-experts for assembly skill learning},
author={Weihang Huang and Chaoran Zhang and Xiaoxin Deng and Hao Zhou and Zhaobo Xu and Shubo Cui and Long Zeng},
year={2026},
eprint={2603.19029},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2603.19029},
}
- Downloads last month
- 20