peterchenyipu commited on
Commit
bc9099e
·
verified ·
1 Parent(s): 5b479d4

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +151 -0
  2. cloth_push_sphere/dataset.h5 +3 -0
  3. cloth_push_sphere/episodes/episode_00000.mp4 +3 -0
  4. cloth_push_sphere/episodes/episode_00001.mp4 +3 -0
  5. cloth_push_sphere/episodes/episode_00002.mp4 +3 -0
  6. cloth_push_sphere/episodes/episode_00003.mp4 +3 -0
  7. cloth_push_sphere/episodes/episode_00004.mp4 +3 -0
  8. cloth_push_sphere/episodes/episode_00005.mp4 +3 -0
  9. cloth_push_sphere/episodes/episode_00006.mp4 +3 -0
  10. cloth_push_sphere/episodes/episode_00007.mp4 +3 -0
  11. cloth_push_sphere/episodes/episode_00008.mp4 +3 -0
  12. cloth_push_sphere/episodes/episode_00009.mp4 +3 -0
  13. cloth_push_sphere/episodes/episode_00010.mp4 +3 -0
  14. cloth_push_sphere/episodes/episode_00011.mp4 +3 -0
  15. cloth_push_sphere/episodes/episode_00012.mp4 +3 -0
  16. cloth_push_sphere/episodes/episode_00013.mp4 +3 -0
  17. cloth_push_sphere/episodes/episode_00014.mp4 +3 -0
  18. cloth_push_sphere/episodes/episode_00015.mp4 +3 -0
  19. cloth_push_sphere/episodes/episode_00016.mp4 +3 -0
  20. cloth_push_sphere/episodes/episode_00017.mp4 +3 -0
  21. cloth_push_sphere/episodes/episode_00018.mp4 +3 -0
  22. cloth_push_sphere/episodes/episode_00019.mp4 +3 -0
  23. cloth_push_sphere/episodes/episode_00020.mp4 +3 -0
  24. cloth_push_sphere/episodes/episode_00021.mp4 +3 -0
  25. cloth_push_sphere/episodes/episode_00022.mp4 +3 -0
  26. cloth_push_sphere/episodes/episode_00023.mp4 +3 -0
  27. cloth_push_sphere/episodes/episode_00024.mp4 +3 -0
  28. cloth_push_sphere/episodes/episode_00025.mp4 +3 -0
  29. cloth_push_sphere/episodes/episode_00026.mp4 +3 -0
  30. cloth_push_sphere/episodes/episode_00027.mp4 +3 -0
  31. cloth_push_sphere/episodes/episode_00028.mp4 +3 -0
  32. cloth_push_sphere/episodes/episode_00029.mp4 +3 -0
  33. cloth_push_sphere/episodes/episode_00030.mp4 +3 -0
  34. cloth_push_sphere/episodes/episode_00031.mp4 +3 -0
  35. cloth_push_sphere/episodes/episode_00032.mp4 +3 -0
  36. cloth_push_sphere/episodes/episode_00033.mp4 +3 -0
  37. cloth_push_sphere/episodes/episode_00034.mp4 +3 -0
  38. cloth_push_sphere/episodes/episode_00035.mp4 +3 -0
  39. cloth_push_sphere/episodes/episode_00036.mp4 +3 -0
  40. cloth_push_sphere/episodes/episode_00037.mp4 +3 -0
  41. cloth_push_sphere/episodes/episode_00038.mp4 +3 -0
  42. cloth_push_sphere/episodes/episode_00039.mp4 +3 -0
  43. cloth_push_sphere/episodes/episode_00040.mp4 +3 -0
  44. cloth_push_sphere/episodes/episode_00041.mp4 +3 -0
  45. cloth_push_sphere/episodes/episode_00042.mp4 +3 -0
  46. cloth_push_sphere/episodes/episode_00043.mp4 +3 -0
  47. cloth_push_sphere/episodes/episode_00044.mp4 +3 -0
  48. cloth_push_sphere/episodes/episode_00045.mp4 +3 -0
  49. cloth_push_sphere/episodes/episode_00046.mp4 +3 -0
  50. cloth_push_sphere/episodes/episode_00047.mp4 +3 -0
README.md ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Cloth-Sphere Push Datasets
2
+
3
+ Four splits of a cloth-being-pushed-over-a-sphere dataset, generated with
4
+ `examples/generate_cloth_sphere_push.py` (see `gendata.sh` at repo root).
5
+
6
+ The train/test split is defined by **cloth size** (particles per side):
7
+
8
+ | Split | Directory | Episodes | Cloth size range | Seed |
9
+ |-------|-----------|----------|-----------------|------|
10
+ | Train | `cloth_push_sphere/` | 2000 | 100–150 × 100–150 | 42 |
11
+ | ID test | `cloth_push_sphere_id_test/` | 100 | 100–150 × 100–150 | 88 |
12
+ | OOD test (smaller) | `cloth_push_sphere_ood_test_smaller/` | 50 | 50–100 × 50–100 | 42 |
13
+ | OOD test (larger) | `cloth_push_sphere_ood_test_larger/` | 50 | 150–200 × 150–200 | 42 |
14
+
15
+ All splits share the same scene setup, horizon, resolution, and action parameters.
16
+
17
+ ---
18
+
19
+ ## Directory Layout (per split)
20
+
21
+ ```
22
+ <split>/
23
+ ├── dataset.h5 ← actions + picker positions for all episodes
24
+ └── episodes/
25
+ ├── episode_00000.mp4
26
+ └── ...
27
+ ```
28
+
29
+ No `observations` array is stored in the HDF5 file — the MP4s are the
30
+ canonical source of visual observations (`hdf5+mp4` format).
31
+
32
+ ---
33
+
34
+ ## Common Parameters
35
+
36
+ | Parameter | Value |
37
+ |-----------|-------|
38
+ | Horizon (steps/episode) | 64 |
39
+ | Image resolution | 512 × 512 |
40
+ | Video FPS | 16 |
41
+ | Grab steps | 3 |
42
+ | Action repeat | 16 |
43
+ | Sphere radius | 0.25 m |
44
+ | Sphere centre | (0.0, 0.25, 0.0) m |
45
+ | Num variations | 20 |
46
+
47
+ ---
48
+
49
+ ## HDF5 Layout
50
+
51
+ ```
52
+ dataset.h5
53
+ ├── episode_00000/
54
+ │ ├── actions (64, 8) float32
55
+ │ └── picker_positions (65, 2, 3) float32
56
+ │ attrs: cloth_dimx, cloth_dimy
57
+ ├── episode_00001/
58
+ │ └── ...
59
+ attrs: num_episodes, horizon, img_size, grab_steps, action_repeat,
60
+ cloth_dimx_range, cloth_dimy_range, sphere_radius, sphere_center,
61
+ seed, num_variations, notes
62
+ ```
63
+
64
+ ### `actions` — `(T, 8)` float32
65
+
66
+ ```
67
+ actions[t] = [dx1, dy1, dz1, grab1, dx2, dy2, dz2, grab2]
68
+ ←— picker 0 —→ ←— picker 1 —→
69
+ ```
70
+
71
+ | Field | Units | Notes |
72
+ |-------|-------|-------|
73
+ | `dx`, `dy`, `dz` | metres / sub-step | Actual executed delta: `(pos_after − pos_before) / action_repeat` |
74
+ | `grab` | — | Always 1.0; cloth is held throughout |
75
+
76
+ **Faithful recording**: the stored delta is the *actual* motion observed in the
77
+ simulator, not the intended command. Any clamping by the physics engine is
78
+ already reflected, so `actions[t]` exactly explains the motion in the MP4.
79
+
80
+ First `grab_steps = 3` actions have `dx = dy = dz = 0` (grab-only, no motion).
81
+ Net picker displacement per step = `delta × action_repeat` (up to `16 × 0.01 = 0.16 m`).
82
+
83
+ ### `picker_positions` — `(T+1, 2, 3)` float32
84
+
85
+ World-space XYZ in metres (Y-up). Index `t` is the state *before* `actions[t]`.
86
+ Index `T` is the terminal state after the last action.
87
+
88
+ ### Episode attributes
89
+
90
+ | Attribute | Description |
91
+ |-----------|-------------|
92
+ | `cloth_dimx` | Cloth width in particles (sampled from `cloth_dimx_range`) |
93
+ | `cloth_dimy` | Cloth height in particles (sampled from `cloth_dimy_range`) |
94
+
95
+ ---
96
+
97
+ ## Temporal Alignment
98
+
99
+ ```
100
+ t=0 picker_positions[0] → actions[0] → picker_positions[1]
101
+ video frame 0 video frame 1
102
+ ...
103
+ t=63 picker_positions[63] → actions[63] → picker_positions[64]
104
+ video frame 63 video frame 64
105
+ ```
106
+
107
+ `picker_positions[t]` and video frame `t` are the state *before* `actions[t]`.
108
+ Each MP4 has `T + 1 = 65` frames (including the terminal frame).
109
+
110
+ ---
111
+
112
+ ## Reading the Dataset
113
+
114
+ ```python
115
+ import h5py
116
+ import numpy as np
117
+
118
+ with h5py.File('data/cloth_push_sphere/dataset.h5', 'r') as f:
119
+ horizon = int(f.attrs['horizon']) # 64
120
+ action_repeat = int(f.attrs['action_repeat']) # 16
121
+
122
+ for ep_key in sorted(f.keys()):
123
+ grp = f[ep_key]
124
+ acts = grp['actions'][:] # (64, 8) float32
125
+ ppos = grp['picker_positions'][:] # (65, 2, 3) float32
126
+ dimx = int(grp.attrs['cloth_dimx'])
127
+ dimy = int(grp.attrs['cloth_dimy'])
128
+
129
+ # (state_t, action_t, state_{t+1}) triples
130
+ for t in range(horizon):
131
+ pos_before = ppos[t] # (2, 3)
132
+ action = acts[t] # (8,)
133
+ pos_after = ppos[t+1] # (2, 3)
134
+
135
+ # Load the corresponding video (frame t matches picker_positions[t])
136
+ import imageio
137
+ frames = imageio.v2.mimread('data/cloth_push_sphere/episodes/episode_00000.mp4')
138
+ # frames[t]: (512, 512, 3) uint8, pre-action frame for actions[t]
139
+ ```
140
+
141
+ ---
142
+
143
+ ## Storage
144
+
145
+ | Split | HDF5 | Videos | Total |
146
+ |-------|------|--------|-------|
147
+ | `cloth_push_sphere` (train) | ~11 MB | ~172 MB | ~183 MB |
148
+ | `cloth_push_sphere_id_test` | ~0.6 MB | ~8.7 MB | ~9.3 MB |
149
+ | `cloth_push_sphere_ood_test_smaller` | ~0.3 MB | ~2.4 MB | ~2.7 MB |
150
+ | `cloth_push_sphere_ood_test_larger` | ~0.3 MB | ~6.6 MB | ~6.9 MB |
151
+ | **Total** | | | **~202 MB** |
cloth_push_sphere/dataset.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a469a249cf47aaac778e81ffeee8c0378df94dc4083e5179c9093abc012b8279
3
+ size 10953112
cloth_push_sphere/episodes/episode_00000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa2247d72fa9e73d93755b2eb1b077447adc9baa9293e57ac60b64238fa60cc9
3
+ size 76234
cloth_push_sphere/episodes/episode_00001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77a98746fa47ebe8855fb57d14a57f72607df5c44c58d6418a264cdb25a4c347
3
+ size 83429
cloth_push_sphere/episodes/episode_00002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70056adfd69d4d3a2bf8c9ffa8d248aba222e5748a072d8d718ec8f0d77bd240
3
+ size 72682
cloth_push_sphere/episodes/episode_00003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77b1760186b56658881ecbbba592db9063dd8f915e81d0a2d151874a8cdfca48
3
+ size 92873
cloth_push_sphere/episodes/episode_00004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f29dab549a91c88640036fbe7190c1545f9786122059ad660882676374ddcba4
3
+ size 101806
cloth_push_sphere/episodes/episode_00005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:750e562a8fbe6235953cd814cd950ea1bed36ca49c256dced49e6885a011adcc
3
+ size 82896
cloth_push_sphere/episodes/episode_00006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a4c8505f603f884a90393ac7ed6cd8be338e7ff731ac2121e1b694246879f89
3
+ size 102831
cloth_push_sphere/episodes/episode_00007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1136d7fa52b9a1447bc984982851bc99adf1d46ba3466d4a8988540a8d90c74f
3
+ size 98828
cloth_push_sphere/episodes/episode_00008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d298f6ee0f3dbb727a156b72c0770d6394ea4157e05d29ef1df0a2941d75964
3
+ size 79782
cloth_push_sphere/episodes/episode_00009.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e01460bdac1708d4f9470f0348cac64ef730508bccee168a2ce86bbcd9329ef0
3
+ size 80171
cloth_push_sphere/episodes/episode_00010.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4168c45fa05f44018a77fadb92f27b80c11f92df3b762ff4e05508df1b14bfe2
3
+ size 94114
cloth_push_sphere/episodes/episode_00011.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4560f7b72a402eeb4756e696e3e22f85e8fa193bfe06a3b2c5961fe6cf46c402
3
+ size 91482
cloth_push_sphere/episodes/episode_00012.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d79763eeb7720ccdf79c7c42903b7a161f88d454b30616c0183049f5ca03ebbd
3
+ size 87678
cloth_push_sphere/episodes/episode_00013.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abe77d496a8c6179ffd66bc5545227c024b17220e3418cdd3e0f2b9275fd5a20
3
+ size 70328
cloth_push_sphere/episodes/episode_00014.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cf2b0f397b11021ce0c5ea043f679b7043970168140dcb617df36a0069ae6f4
3
+ size 93859
cloth_push_sphere/episodes/episode_00015.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a54fae5303f559c95421e9c4e477816e088739298be784e8b6c90c9924914e52
3
+ size 95822
cloth_push_sphere/episodes/episode_00016.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93da3eefffeb93f9826fc47523f442b5501de21ed91efc3f3a90ba10c058b400
3
+ size 95941
cloth_push_sphere/episodes/episode_00017.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54c53057547afff3794c34a8101437d2240b516f9c82b436fdba16cb21b68fbe
3
+ size 79169
cloth_push_sphere/episodes/episode_00018.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b4a66e213285b22b0e1e7b39c45d38d05c618239bfac47060f1647529c888c1
3
+ size 92213
cloth_push_sphere/episodes/episode_00019.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5f37cc4a2e7da2cfc70cb9cba43391fdbf34d9259f834a5dda7a29e9d37f3ed
3
+ size 104149
cloth_push_sphere/episodes/episode_00020.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e40fba86187e8165bbee0e07d4a5d5c447c6e5381f48194b13e87c1f033c82c
3
+ size 89024
cloth_push_sphere/episodes/episode_00021.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:580eb5c8ddaad6dd66fd08bd7c8531ad9cf6822885127dff051704ed72a8b12f
3
+ size 98693
cloth_push_sphere/episodes/episode_00022.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb0cb5db378329e660dcce54d5d047f45223119d6b13da5d3ee800663ca7436a
3
+ size 92297
cloth_push_sphere/episodes/episode_00023.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2624e4d9dbc21c62f48f94d04f2ba5e8bf6dd14b7be64b37d3a5497826c9eb4f
3
+ size 104507
cloth_push_sphere/episodes/episode_00024.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43fabe0503f1686f1c9a728aa75126c0503aa4a75f7a77cb89dd62c5f84d1634
3
+ size 78252
cloth_push_sphere/episodes/episode_00025.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2678af1de2e0ba57b20234e483e28979c9930d62ade4105ef23041e3ba216738
3
+ size 66279
cloth_push_sphere/episodes/episode_00026.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23494d2fcbd582545e49e0e268c58a3ae9323a6fa2089a2d289e73cb813ff94d
3
+ size 86423
cloth_push_sphere/episodes/episode_00027.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:988573258c8dd2a9fbf5e6a3c4f7c2eba57f2942181e156efc869766b9010461
3
+ size 89586
cloth_push_sphere/episodes/episode_00028.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c4b25df612b27d29d0d43fb1a0342ec57f040e85e1b289278907f8a25dfdc2
3
+ size 100165
cloth_push_sphere/episodes/episode_00029.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a9c106c3405fdd54a8554b5aec87d417fe6a032848316ed0018dff5b833b825
3
+ size 75497
cloth_push_sphere/episodes/episode_00030.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7698aba69ed29c721bad856b4bf15dc391613ebae2832fd354dae4f7d4861127
3
+ size 94210
cloth_push_sphere/episodes/episode_00031.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74883ab162e61d28eb2b5e8bd0d23ae8902b6634e27c3489e4c1fc36d50c4eff
3
+ size 94807
cloth_push_sphere/episodes/episode_00032.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7541c65b052fa9c9af881a577a233887cd8a71795a4841225eb61e1e047ac5a
3
+ size 78156
cloth_push_sphere/episodes/episode_00033.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9a4d3af9c622aae1819af6cab724f0cdb35ab7d1cf8c8944978ba9156654f95
3
+ size 109223
cloth_push_sphere/episodes/episode_00034.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38322e705687970390e1b6108e8b4f692401fa9b61e7693c4ae213b928722631
3
+ size 96715
cloth_push_sphere/episodes/episode_00035.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1d0587b355e6817e609a8d492a80c8c78e05807d49c140b7584e06cb1d8603f
3
+ size 77367
cloth_push_sphere/episodes/episode_00036.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73630f4d934174865dc29949a6949b2ba522eec9abe826049598ffd84c43ffe0
3
+ size 86269
cloth_push_sphere/episodes/episode_00037.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898fd33cac5d5f984f23b7a84b309acf9441d8d5151ca4c88dbb28dfe5a0f025
3
+ size 67868
cloth_push_sphere/episodes/episode_00038.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d1df2f231dec89ced06d132325be46af40edccfa4e843e61a1aaa6a4f89af74
3
+ size 61028
cloth_push_sphere/episodes/episode_00039.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:047e1ed69a418e459fba537b5a1142d3271fa3af01ad11cd311ddf8b58d135fe
3
+ size 108188
cloth_push_sphere/episodes/episode_00040.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f5ab03337f3a94407dc7723ff9a4a899896f2e256522593baddb2ff0fde1c85
3
+ size 89293
cloth_push_sphere/episodes/episode_00041.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d6cdfcd668dfbc485f6882c619d0a45d9eb7fee24c6f4bb1b13ff035e03d43b
3
+ size 98727
cloth_push_sphere/episodes/episode_00042.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2d999c5b3415e2c1c5b1ef43b606968e0e690334374bcf213f1423175a95a04
3
+ size 77740
cloth_push_sphere/episodes/episode_00043.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cad9890812aeb21d12d7cba545b6396d6e5b8214ed022edf1d6f7f5f9cde2305
3
+ size 82266
cloth_push_sphere/episodes/episode_00044.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0b56386ef472ab2a3e4865a8aed894cc22a8940d9e3ae74095bfb25597da97d
3
+ size 69839
cloth_push_sphere/episodes/episode_00045.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6995f534c3b939ad907892ce310d3ea4bf5e3eef97acffae6887b9f5b461815a
3
+ size 98206
cloth_push_sphere/episodes/episode_00046.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34053612f8b969ed193c46b44efd9c133cad717a2ab985bdf5d44c0c8d749aff
3
+ size 89130
cloth_push_sphere/episodes/episode_00047.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:442a2554b27e9cdb03886830b1d4442ca9b364f03292e91b83d473ea8d3425b7
3
+ size 88263