Ndolphin commited on
Commit
42b6068
·
verified ·
1 Parent(s): efc6270

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -1,3 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # SoftManipulator Sim2Real Dataset
2
 
3
  This dataset accompanies the research paper "Bridging High-Fidelity Simulations and Physics-Based Learning Using A Surrogate Model for Soft Robot Control" published in Advanced Intelligent Systems, 2025.
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - robotics
6
+ - soft-robotics
7
+ - sim2real
8
+ - physics-simulation
9
+ - neural-networks
10
+ - pneumatic-actuation
11
+ - motion-capture
12
+ - surrogate-modeling
13
+ - fem-simulation
14
+ - sofa-framework
15
+ size_categories:
16
+ - 100K<n<1M
17
+ task_categories:
18
+ - other
19
+ task_ids:
20
+ - other-robot-control
21
+ pretty_name: "Soft Manipulator Sim2Real Dataset"
22
+ configs:
23
+ - config_name: default
24
+ data_files:
25
+ - "*.csv"
26
+ dataset_info:
27
+ features:
28
+ - name: P1
29
+ dtype: float64
30
+ description: "Pneumatic pressure for cavity 1 (Pa)"
31
+ - name: P2
32
+ dtype: float64
33
+ description: "Pneumatic pressure for cavity 2 (Pa)"
34
+ - name: P3
35
+ dtype: float64
36
+ description: "Pneumatic pressure for cavity 3 (Pa)"
37
+ - name: thetaX
38
+ dtype: float64
39
+ description: "Joint angle X-axis (radians)"
40
+ - name: thetaY
41
+ dtype: float64
42
+ description: "Joint angle Y-axis (radians)"
43
+ - name: d
44
+ dtype: float64
45
+ description: "Linear displacement (mm)"
46
+ - name: TCP_X
47
+ dtype: float64
48
+ description: "Tool center point X position (mm)"
49
+ - name: TCP_Y
50
+ dtype: float64
51
+ description: "Tool center point Y position (mm)"
52
+ - name: TCP_Z
53
+ dtype: float64
54
+ description: "Tool center point Z position (mm)"
55
+ splits:
56
+ - name: train
57
+ num_bytes: 167000000
58
+ num_examples: 200000
59
+ download_size: 167000000
60
+ dataset_size: 167000000
61
+ license: mit
62
+ paperswithcode_id: null
63
+ ---
64
+
65
  # SoftManipulator Sim2Real Dataset
66
 
67
  This dataset accompanies the research paper "Bridging High-Fidelity Simulations and Physics-Based Learning Using A Surrogate Model for Soft Robot Control" published in Advanced Intelligent Systems, 2025.