Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .ipynb_checkpoints/1-checkpoint.py +72 -0
- long_horizon/bottle/data/chunk-000/episode_000000.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000001.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000002.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000003.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000004.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000005.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000006.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000007.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000008.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000009.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000010.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000011.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000012.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000013.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000014.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000015.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000016.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000017.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000018.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000019.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000020.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000021.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000022.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000023.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000024.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000025.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000026.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000027.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000028.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000029.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000030.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000031.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000032.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000033.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000034.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000035.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000036.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000037.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000038.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000039.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000040.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000041.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000042.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000043.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000044.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000045.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000046.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000047.parquet +3 -0
- long_horizon/bottle/data/chunk-000/episode_000048.parquet +3 -0
.ipynb_checkpoints/1-checkpoint.py
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import json
|
| 2 |
+
from pathlib import Path
|
| 3 |
+
|
| 4 |
+
MODALITY = {
|
| 5 |
+
"action": {
|
| 6 |
+
"left_joints": {"start": 0, "end": 6, "original_key": "action.joints"},
|
| 7 |
+
"right_joints": {"start": 6, "end": 12, "original_key": "action.joints"},
|
| 8 |
+
"left_gripper": {"start": 0, "end": 2, "original_key": "action.gripper"},
|
| 9 |
+
"right_gripper": {"start": 2, "end": 4, "original_key": "action.gripper"},
|
| 10 |
+
"base_delta": {"start": 0, "end": 3, "original_key": "action.base_delta"}
|
| 11 |
+
},
|
| 12 |
+
"state": {
|
| 13 |
+
"left_joints": {"start": 0, "end": 6, "original_key": "state.joints"},
|
| 14 |
+
"right_joints": {"start": 6, "end": 12, "original_key": "state.joints"},
|
| 15 |
+
"left_gripper": {"start": 0, "end": 2, "original_key": "state.gripper"},
|
| 16 |
+
"right_gripper": {"start": 2, "end": 4, "original_key": "state.gripper"},
|
| 17 |
+
"base": {"start": 0, "end": 3, "original_key": "state.base"}
|
| 18 |
+
},
|
| 19 |
+
"video": {
|
| 20 |
+
"cam_high": {"original_key": "video.top_camera_view"},
|
| 21 |
+
"cam_left_wrist": {"original_key": "video.left_camera_view"},
|
| 22 |
+
"cam_right_wrist": {"original_key": "video.right_camera_view"}
|
| 23 |
+
},
|
| 24 |
+
"annotation": {
|
| 25 |
+
"human.action.task_description": {"original_key": "task_index"}
|
| 26 |
+
}
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
+
ROOT = Path("teleop_tasks")
|
| 30 |
+
|
| 31 |
+
for task_dir in ROOT.iterdir():
|
| 32 |
+
if not task_dir.is_dir():
|
| 33 |
+
continue
|
| 34 |
+
|
| 35 |
+
meta_dir = task_dir / "meta"
|
| 36 |
+
meta_dir.mkdir(parents=True, exist_ok=True)
|
| 37 |
+
|
| 38 |
+
out_file = meta_dir / "modality.json"
|
| 39 |
+
with open(out_file, "w", encoding="utf-8") as f:
|
| 40 |
+
json.dump(MODALITY, f, indent=4, ensure_ascii=False)
|
| 41 |
+
|
| 42 |
+
print(f"✓ written: {out_file}")
|
| 43 |
+
|
| 44 |
+
ROOT = Path("long_horizon")
|
| 45 |
+
|
| 46 |
+
for task_dir in ROOT.iterdir():
|
| 47 |
+
if not task_dir.is_dir():
|
| 48 |
+
continue
|
| 49 |
+
|
| 50 |
+
meta_dir = task_dir / "meta"
|
| 51 |
+
meta_dir.mkdir(parents=True, exist_ok=True)
|
| 52 |
+
|
| 53 |
+
out_file = meta_dir / "modality.json"
|
| 54 |
+
with open(out_file, "w", encoding="utf-8") as f:
|
| 55 |
+
json.dump(MODALITY, f, indent=4, ensure_ascii=False)
|
| 56 |
+
|
| 57 |
+
print(f"✓ written: {out_file}")
|
| 58 |
+
|
| 59 |
+
ROOT = Path("simple_pnp")
|
| 60 |
+
|
| 61 |
+
for task_dir in ROOT.iterdir():
|
| 62 |
+
if not task_dir.is_dir():
|
| 63 |
+
continue
|
| 64 |
+
|
| 65 |
+
meta_dir = task_dir / "meta"
|
| 66 |
+
meta_dir.mkdir(parents=True, exist_ok=True)
|
| 67 |
+
|
| 68 |
+
out_file = meta_dir / "modality.json"
|
| 69 |
+
with open(out_file, "w", encoding="utf-8") as f:
|
| 70 |
+
json.dump(MODALITY, f, indent=4, ensure_ascii=False)
|
| 71 |
+
|
| 72 |
+
print(f"✓ written: {out_file}")
|
long_horizon/bottle/data/chunk-000/episode_000000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:479f8b4e130f9c8472ea9331e690176c2ab0539b77658275238fb321948a39ca
|
| 3 |
+
size 1224913
|
long_horizon/bottle/data/chunk-000/episode_000001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a1e5ebcadb0aa1c116ea7094c43ff4db1f1dec028d14640a70a590c016170fc
|
| 3 |
+
size 1306151
|
long_horizon/bottle/data/chunk-000/episode_000002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3e30f6f073626392932498e1926c8f9b101b4524f0a0a36ef3caedb29f3cae1
|
| 3 |
+
size 1301118
|
long_horizon/bottle/data/chunk-000/episode_000003.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af46242065e6c191313e4b9c4c4f2489f2a73d99ab91ca293f496e57b3913ff2
|
| 3 |
+
size 1232537
|
long_horizon/bottle/data/chunk-000/episode_000004.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5402dfce11067bbdb1a502dad50b767980ed1d3a2b99e0e612233cf624d9bcd
|
| 3 |
+
size 1327354
|
long_horizon/bottle/data/chunk-000/episode_000005.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b190a22f516939234e3482d20adef7fdb346e7eccbe1c1b492ebdc146fe2778
|
| 3 |
+
size 1313896
|
long_horizon/bottle/data/chunk-000/episode_000006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf3851f6bf490d423dc0eea208bb7421a2f4a7103a675a77edb434fee048741a
|
| 3 |
+
size 1300361
|
long_horizon/bottle/data/chunk-000/episode_000007.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:523117166c86cb485609674b34063da43d926c2f450ec906aa78fe631b080da4
|
| 3 |
+
size 1284980
|
long_horizon/bottle/data/chunk-000/episode_000008.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d11c7caf639590b4feb433cabe589f826ee45b8e05317e2273b8fde479d94e0
|
| 3 |
+
size 1300086
|
long_horizon/bottle/data/chunk-000/episode_000009.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68c6672695238a7eb028d8408bf1293ff6cac87c3071ae4da475cbc0e9dd0971
|
| 3 |
+
size 1283967
|
long_horizon/bottle/data/chunk-000/episode_000010.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3400e92ab5c818fb29db3a04c77e738385a662f9e217bdb4dbd3b8ff2899764
|
| 3 |
+
size 1249518
|
long_horizon/bottle/data/chunk-000/episode_000011.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc453424669e7cf2c3b5ac5fd6af028cf58586b27ce07204dfedd7bbd096e3e5
|
| 3 |
+
size 1317479
|
long_horizon/bottle/data/chunk-000/episode_000012.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64d90cc9ef6c5486409f2a83e99d437cd5973762a9c7246f5da3ebd6884dfb89
|
| 3 |
+
size 1325829
|
long_horizon/bottle/data/chunk-000/episode_000013.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49f6d43684a60fe7acf62efcc7a83b3f672c92fdff897c4d429acdedf4deaf4d
|
| 3 |
+
size 1309774
|
long_horizon/bottle/data/chunk-000/episode_000014.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b44b3468bfba47c4f3bd3f5dd2e3a7ec5ae5329a9d43ed8f44486f5174cae50
|
| 3 |
+
size 1312105
|
long_horizon/bottle/data/chunk-000/episode_000015.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae9cd7ae17960a1a011035de259fd0d20d989de84e7f5e81b3404dc7ff3248f8
|
| 3 |
+
size 1283843
|
long_horizon/bottle/data/chunk-000/episode_000016.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:724f85a0f44c0c4448040583f24d18824e119662195bab45b73139e236426385
|
| 3 |
+
size 1335769
|
long_horizon/bottle/data/chunk-000/episode_000017.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e79eb2f73a7ff919371e121ac37f2c22765a76adac5eb6c7c712f4b0c6839900
|
| 3 |
+
size 1306215
|
long_horizon/bottle/data/chunk-000/episode_000018.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fb4076bfd4dde04dec621817d4c5b935bd6abfea962cfbd885fc72b8918379b
|
| 3 |
+
size 1306832
|
long_horizon/bottle/data/chunk-000/episode_000019.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a78e11dce078b66c364b5ad64d280a18429c4551cf0d346588887113ddc74e2e
|
| 3 |
+
size 1307640
|
long_horizon/bottle/data/chunk-000/episode_000020.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:463defe120dd054586711a208881527994130e8c09036699047831b4956d561c
|
| 3 |
+
size 1287677
|
long_horizon/bottle/data/chunk-000/episode_000021.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b9b5e6736bfb62e814bdad7f2c5b6a4203977cc6bc2334c7566b42443265417
|
| 3 |
+
size 1302702
|
long_horizon/bottle/data/chunk-000/episode_000022.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f83371b888f6ca6971652a595dbb27db669b3156b422e5712c4b4b92238d23d
|
| 3 |
+
size 1332398
|
long_horizon/bottle/data/chunk-000/episode_000023.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ac9b504ed420df820efd029916e4e4dc78451242af0789fda95ed91dee68afe
|
| 3 |
+
size 1330186
|
long_horizon/bottle/data/chunk-000/episode_000024.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45316e2da5198dfd536272605beb2704b41f40ab4e5c40303f5217ee8899cfbc
|
| 3 |
+
size 1281744
|
long_horizon/bottle/data/chunk-000/episode_000025.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:563deb9b0e40f151dfc474082bc8dca3273a2be514168aab0a4ae75dce7b3f5d
|
| 3 |
+
size 1360253
|
long_horizon/bottle/data/chunk-000/episode_000026.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69418286234ced31e66bdb8086a8eceaf010b0b494ec89fae2dd72a26c9aaf48
|
| 3 |
+
size 1277838
|
long_horizon/bottle/data/chunk-000/episode_000027.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7b4ef7a5d5a0f257fa4f9bd04a00e50a73956b7aa1b3249a854d8a5b3128637
|
| 3 |
+
size 1311780
|
long_horizon/bottle/data/chunk-000/episode_000028.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb511ce0aac2b17bd8c59c4d4390a82a50080808894a24b7b9b299017d50b452
|
| 3 |
+
size 1278898
|
long_horizon/bottle/data/chunk-000/episode_000029.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcd252c1e2166167a12f04b706e2b8a6445b111f9bd05cf2ae678b3e3bad31d4
|
| 3 |
+
size 1312167
|
long_horizon/bottle/data/chunk-000/episode_000030.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80bc56843d75faa05bb7b0b3d48b716a6fb3f7619f1d07f71eea3972c26e7236
|
| 3 |
+
size 1285427
|
long_horizon/bottle/data/chunk-000/episode_000031.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a482aa165626683adc3d7cde8b24380b1c066908e207711f3e7ae93d3a93258d
|
| 3 |
+
size 1279612
|
long_horizon/bottle/data/chunk-000/episode_000032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:661539cf2fc991d9018b9cd39b49181facaf3cecee95c127fa610b1a1284c7de
|
| 3 |
+
size 1260792
|
long_horizon/bottle/data/chunk-000/episode_000033.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72ee8cb1fd255c18f334cc4506da396dce44ecb406c77da08ef08c2372a80397
|
| 3 |
+
size 1253287
|
long_horizon/bottle/data/chunk-000/episode_000034.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9f146c327804c120a0d143caedcca72ce76e1e53e7f951a74802dd156c0be84
|
| 3 |
+
size 1327460
|
long_horizon/bottle/data/chunk-000/episode_000035.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5af4f705968ff8e4bbf9bb0b5e0b9d0bc26c0684be2ca71aee51dcb6dbdb0553
|
| 3 |
+
size 1280039
|
long_horizon/bottle/data/chunk-000/episode_000036.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65675fd0d253d2e9d6be11005375361d15cbd5bd226fe6f18c8e1dc82360e501
|
| 3 |
+
size 1302475
|
long_horizon/bottle/data/chunk-000/episode_000037.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05b8d4af33d24a25e4494e9c41d6f77abea389e6ed993be74fff51ce2fd73aa7
|
| 3 |
+
size 1266906
|
long_horizon/bottle/data/chunk-000/episode_000038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b58b82d26514e6d398168c5928a8f2b4803e9519d6ee2e6c0079cced86b5805
|
| 3 |
+
size 1315770
|
long_horizon/bottle/data/chunk-000/episode_000039.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fb511deafbb3ddec96ee8138dcc9e9a4a144e4c5ff4f7c184eb1d07716e2f9f
|
| 3 |
+
size 1263010
|
long_horizon/bottle/data/chunk-000/episode_000040.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe39aefb2d5062292e477f6ae0c673476b23c92e1758503d91bd810408274297
|
| 3 |
+
size 1322196
|
long_horizon/bottle/data/chunk-000/episode_000041.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ade1edbb2bbd506d0036cbec9b528903e2c5e51f714ae7579702582cbc5d9ccd
|
| 3 |
+
size 1306970
|
long_horizon/bottle/data/chunk-000/episode_000042.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d0dab8f3b13f981f2df4b880ca417d3cedb4bee471db47c86e46f9509a82749
|
| 3 |
+
size 1290244
|
long_horizon/bottle/data/chunk-000/episode_000043.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26ede50abd9227085ff1618c81ef17740fc3f43ec6077fdb5e07a7c9e253d3b0
|
| 3 |
+
size 1309797
|
long_horizon/bottle/data/chunk-000/episode_000044.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3522d6e729d9e7b3d048e4a796f237d16613a78aee73d8743bd55b0cd4928d1a
|
| 3 |
+
size 1309710
|
long_horizon/bottle/data/chunk-000/episode_000045.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b11b58a54225409ba45274741fcc30cdb0b6ab1914b665a98716683bfaeaa99
|
| 3 |
+
size 1315804
|
long_horizon/bottle/data/chunk-000/episode_000046.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bf58f304303c5a5e082842a296cdd0dea6d67c8c1813cd33a78c782128a6286
|
| 3 |
+
size 1346465
|
long_horizon/bottle/data/chunk-000/episode_000047.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fb3409620c4bbc0e0e3785bcb3015069be9fb8d6e11972f3bf0cff67576cfb1
|
| 3 |
+
size 1295485
|
long_horizon/bottle/data/chunk-000/episode_000048.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d82cb8f05658c31727cf3192377912cb266ebe21c1e5f79be5a5f2556e3ffde1
|
| 3 |
+
size 1297191
|