HQuanShaWu commited on
Commit
e1594c7
·
verified ·
1 Parent(s): c9c0c00

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. episodes/episode_000041/meta.json +16 -0
  2. episodes/episode_000041/meta_instructions.txt +4 -0
  3. episodes/episode_000049/meta.json +15 -0
  4. episodes/episode_000049/meta_instructions.txt +3 -0
  5. episodes/episode_000069/meta.json +16 -0
  6. episodes/episode_000069/meta_instructions.txt +4 -0
  7. episodes/episode_000107/meta.json +16 -0
  8. episodes/episode_000107/meta_instructions.txt +4 -0
  9. episodes/episode_000128/depths/step_000000.npy +3 -0
  10. episodes/episode_000128/depths/step_000001.npy +3 -0
  11. episodes/episode_000128/depths/step_000003.npy +3 -0
  12. episodes/episode_000128/depths/step_000005.npy +3 -0
  13. episodes/episode_000128/depths/step_000007.npy +3 -0
  14. episodes/episode_000128/depths/step_000010.npy +3 -0
  15. episodes/episode_000128/depths/step_000015.npy +3 -0
  16. episodes/episode_000128/depths/step_000016.npy +3 -0
  17. episodes/episode_000128/depths/step_000017.npy +3 -0
  18. episodes/episode_000128/depths/step_000019.npy +3 -0
  19. episodes/episode_000128/depths/step_000022.npy +3 -0
  20. episodes/episode_000128/depths/step_000024.npy +3 -0
  21. episodes/episode_000128/depths/step_000027.npy +3 -0
  22. episodes/episode_000128/depths/step_000028.npy +3 -0
  23. episodes/episode_000128/depths/step_000029.npy +3 -0
  24. episodes/episode_000128/depths/step_000031.npy +3 -0
  25. episodes/episode_000128/depths/step_000032.npy +3 -0
  26. episodes/episode_000128/depths/step_000033.npy +3 -0
  27. episodes/episode_000128/depths/step_000034.npy +3 -0
  28. episodes/episode_000128/depths/step_000035.npy +3 -0
  29. episodes/episode_000128/depths/step_000036.npy +3 -0
  30. episodes/episode_000128/depths/step_000038.npy +3 -0
  31. episodes/episode_000128/depths/step_000042.npy +3 -0
  32. episodes/episode_000128/depths/step_000043.npy +3 -0
  33. episodes/episode_000128/depths/step_000044.npy +3 -0
  34. episodes/episode_000128/depths/step_000046.npy +3 -0
  35. episodes/episode_000128/depths/step_000048.npy +3 -0
  36. episodes/episode_000128/depths/step_000052.npy +3 -0
  37. episodes/episode_000128/depths/step_000054.npy +3 -0
  38. episodes/episode_000128/depths/step_000058.npy +3 -0
  39. episodes/episode_000128/depths/step_000059.npy +3 -0
  40. episodes/episode_000128/depths/step_000060.npy +3 -0
  41. episodes/episode_000128/depths/step_000062.npy +3 -0
  42. episodes/episode_000128/depths/step_000064.npy +3 -0
  43. episodes/episode_000128/depths/step_000065.npy +3 -0
  44. episodes/episode_000128/depths/step_000067.npy +3 -0
  45. episodes/episode_000128/depths/step_000069.npy +3 -0
  46. episodes/episode_000128/depths/step_000070.npy +3 -0
  47. episodes/episode_000128/depths/step_000072.npy +3 -0
  48. episodes/episode_000128/depths/step_000074.npy +3 -0
  49. episodes/episode_000128/depths/step_000075.npy +3 -0
  50. episodes/episode_000128/depths/step_000077.npy +3 -0
episodes/episode_000041/meta.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "Cruise_C",
3
+ "original_episode": "episode_42",
4
+ "num_steps": 32,
5
+ "num_meta_actions": 4,
6
+ "state_dim": 15,
7
+ "action_dim": 15,
8
+ "num_points": 4096,
9
+ "instruction_format": "raw_text_per_meta",
10
+ "meta_actions": [
11
+ "1_move_forward",
12
+ "2_turn_right_360_degrees",
13
+ "3_corss_hill",
14
+ "4_move_forward"
15
+ ]
16
+ }
episodes/episode_000041/meta_instructions.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Move forward to the sand pile with wood and white cloth. being careful not to hit them.
2
+ Rotate 360 degrees on the spot to the right and stay in place for about one second every 90 degrees
3
+ Go around to the back of the mound of wood and white cloth from the right, and be careful not to touch the sand pile during the process.
4
+ Move forward to the location of the red marker object.
episodes/episode_000049/meta.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "Cruise_C",
3
+ "original_episode": "episode_50",
4
+ "num_steps": 14,
5
+ "num_meta_actions": 3,
6
+ "state_dim": 15,
7
+ "action_dim": 15,
8
+ "num_points": 4096,
9
+ "instruction_format": "raw_text_per_meta",
10
+ "meta_actions": [
11
+ "1_move_forward",
12
+ "2_turn_left_360_degrees",
13
+ "3_cross_hill"
14
+ ]
15
+ }
episodes/episode_000049/meta_instructions.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ Move forward to the sand pile with wood and white cloth. being careful not to hit them.
2
+ Rotate 360 degrees on the spot to the left and stay in place for about one second every 90 degrees
3
+ Cross around the mound with wood from the left side, and then move to the location of the red marker object
episodes/episode_000069/meta.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "sample",
3
+ "original_episode": "episode_19",
4
+ "num_steps": 327,
5
+ "num_meta_actions": 4,
6
+ "state_dim": 15,
7
+ "action_dim": 15,
8
+ "num_points": 4096,
9
+ "instruction_format": "raw_text_per_meta",
10
+ "meta_actions": [
11
+ "1_move_forward",
12
+ "2_grasp_stone",
13
+ "3_move_to_container",
14
+ "4_place_stone_to_container"
15
+ ]
16
+ }
episodes/episode_000069/meta_instructions.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Move forward to the front of the sampling point located at the center of the sand table,being careful not to bump into any obstacles.
2
+ Grab the stone for sampling and pick it up,being careful not to grab too tightly or too loosely.
3
+ Walk a distance back and then turn right until you reach the container where the sample is placed
4
+ Place the sample stone into the container,being careful not to place too fast or slowly.
episodes/episode_000107/meta.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "sample",
3
+ "original_episode": "episode_53",
4
+ "num_steps": 312,
5
+ "num_meta_actions": 4,
6
+ "state_dim": 15,
7
+ "action_dim": 15,
8
+ "num_points": 4096,
9
+ "instruction_format": "raw_text_per_meta",
10
+ "meta_actions": [
11
+ "1_move_forward",
12
+ "2_grasp_branch",
13
+ "3_move_to_container",
14
+ "4_place_branch_to_container"
15
+ ]
16
+ }
episodes/episode_000107/meta_instructions.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Move straight to the front of the sampling point located on the mound at the center of the sandbox, taking care not to bump into any obstacles.
2
+ Grasp the branch located at the mound. Then lift the branch. Be careful not to grip too tightly or too loosely.
3
+ Walk backward from the sampling point, then turn left in place, move forward,then turn right until the container is detected, then move to the container where the sample was placed.
4
+ Place the branch into the container, being careful not to put it in too fast or too slow.
episodes/episode_000128/depths/step_000000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d001acab1f1e9a0077ceda1aafd5fd6c8aea349fa392c36291742b91280c17f
3
+ size 49280
episodes/episode_000128/depths/step_000001.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1a3c79907706fb06dde1a011f4075c35d94657b063575fc8cb92b9a4794c1f9
3
+ size 49280
episodes/episode_000128/depths/step_000003.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb3c2fe78998144fe3b56997a754d98ddf8e38004c5d04c53f4eae722d7e3472
3
+ size 49280
episodes/episode_000128/depths/step_000005.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10e1dd2ee1f5d5a4f1757de4ee9e8fe9f7dc6e26646f13197f5123e7e7345287
3
+ size 49280
episodes/episode_000128/depths/step_000007.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54c15474be944d563a2f63f5f6d525c353077c0e1a933ae3a5049096e4eb8e75
3
+ size 49280
episodes/episode_000128/depths/step_000010.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a38619e25024732947ba513d0b34ee1a6fbb4a53d0582ca4e93c7015fffd6833
3
+ size 49280
episodes/episode_000128/depths/step_000015.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d6df70db201b881ae89185281ca091d81aa4ee048d78ffdddf110582a729f03
3
+ size 49280
episodes/episode_000128/depths/step_000016.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe1ca5993649b7b6f704c57db9d957840a284fb7e597579818d134d734f8d3db
3
+ size 49280
episodes/episode_000128/depths/step_000017.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80e7572efd626d3e208c41cdfe915f6d709332594bc25ee2c09385b119d6ffaf
3
+ size 49280
episodes/episode_000128/depths/step_000019.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dfaddb8c07288bbc5212ba059830be2cc7928cb784b578dbb03b15074763188
3
+ size 49280
episodes/episode_000128/depths/step_000022.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bad6d4e69b32308428eaff1383fc64fe77347b24efff426a2ee5e5ac381a02d
3
+ size 49280
episodes/episode_000128/depths/step_000024.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdd5918a8f89b13383a1740409fe842eeb9f44e410aae4818dcff0ecfa5fa841
3
+ size 49280
episodes/episode_000128/depths/step_000027.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1925c870d0174d95c4ce2d2738d250340fc3a3f18b3ab41afb8e788265d3514
3
+ size 49280
episodes/episode_000128/depths/step_000028.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c01f5a8317c99c015e6cbeb23f937c7c78577e25fb40103963e5fe33bd806a2b
3
+ size 49280
episodes/episode_000128/depths/step_000029.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57b0f95c08e7ffb9fd7c3c094e484b0e0ea6f60d33bad38540e07dc50a22d36e
3
+ size 49280
episodes/episode_000128/depths/step_000031.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b02e06d1325e7822ed5583ee5eddbe132ff0220c83eda77a963379bf7732cbea
3
+ size 49280
episodes/episode_000128/depths/step_000032.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d9d3f6ee2514e31aee8fd4ac43b8d5f33c0bdf285201b87f90bbecb3052b618
3
+ size 49280
episodes/episode_000128/depths/step_000033.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44c33588b150a97706b1295e04a08741296aff0365efdf45da27df2140e880b7
3
+ size 49280
episodes/episode_000128/depths/step_000034.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:225a3b47f1d4cae7078a65decb1b10c9429670a0dfeb2ff687e614b957612998
3
+ size 49280
episodes/episode_000128/depths/step_000035.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64493df2124a92738c7dfe39b623a996adb2a9563c29d71710e5af9cee59151f
3
+ size 49280
episodes/episode_000128/depths/step_000036.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9f43a85babba9b84bf140fbc632aa215ef93a07b449813867883dcde1f5e47e
3
+ size 49280
episodes/episode_000128/depths/step_000038.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7b5b79cef3b1cfc4e6d4d5446f4412b750c8b0680154238161577b812b94702
3
+ size 49280
episodes/episode_000128/depths/step_000042.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:249fa47b3990dadbe579a110f005c9df7c7cf8f4148b129c1ae3b14adc8f4a88
3
+ size 49280
episodes/episode_000128/depths/step_000043.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:240747dcd6d8b789e5311eab713469fd82740e3b1b40a340feaa9f166dbb9f52
3
+ size 49280
episodes/episode_000128/depths/step_000044.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7035f20d8615208ca1993161a0ece88ee9fde94eb56ea8b63b175e4fb55abd3b
3
+ size 49280
episodes/episode_000128/depths/step_000046.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15927bf0d36603736366b606864d696523ecc2dbf2443d1f1afabdec703e2c7e
3
+ size 49280
episodes/episode_000128/depths/step_000048.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b108975034ab544eec24a281a1b50f799a736df8d37efc1a611f29297d848840
3
+ size 49280
episodes/episode_000128/depths/step_000052.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77cffa8eeb12bd13b2539d5a123ae78dfc9c374070cd36faa81ed5017b20c251
3
+ size 49280
episodes/episode_000128/depths/step_000054.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:351809c867aaeffbe411f7a53d6604d4330fc21d5c8dc97a22f98dd92b88283f
3
+ size 49280
episodes/episode_000128/depths/step_000058.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:229c8edf8127b045267f4b87119a8bca76a6524c8024c7b37a685a8226a7c0b2
3
+ size 49280
episodes/episode_000128/depths/step_000059.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29c0d1c7603305a93a9f852548c722af27bd46260c0e5f14d25e2e6972f59fbe
3
+ size 49280
episodes/episode_000128/depths/step_000060.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ae5750192dfb6ac93cecdf3a0d95f33abac29d0a22b78fd3671f5af63887936
3
+ size 49280
episodes/episode_000128/depths/step_000062.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6b7ffffc072f2f4b675b5b3d98ab03107d19e54c5f066a4d5396fb0a2b78ea8
3
+ size 49280
episodes/episode_000128/depths/step_000064.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cb81e1e1392506a1b356a3acc4f7d1b20b6244ed3ba7dafff4a713541ad3ba0
3
+ size 49280
episodes/episode_000128/depths/step_000065.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faf1aed9b86468311e6fb892d9cb48d9092e50516dc45a0a6d9f2501eae88cbc
3
+ size 49280
episodes/episode_000128/depths/step_000067.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80e48a031338edc980f344c4d000c62ebfda36176f709a1d6a546c46e68de36e
3
+ size 49280
episodes/episode_000128/depths/step_000069.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cac0c88996d8c353b15f1403c5448945dc9f7f836ebf0493a34019a305003141
3
+ size 49280
episodes/episode_000128/depths/step_000070.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96b320d69d25e7c422fd8d2f899a13f58fbcd7d4f138bc10670743a6d0261b0d
3
+ size 49280
episodes/episode_000128/depths/step_000072.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb4696c640159f6aead554d07a2a275bc0b8d5982bd4bec34d2f51cc8b3fdb2d
3
+ size 49280
episodes/episode_000128/depths/step_000074.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e358f305bb5c9ad9c007ad5f6374eefe6ace4a8c4bad274bfe3037f5d200d053
3
+ size 49280
episodes/episode_000128/depths/step_000075.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:948655bfe3538566aa891883206f9060ca38aacf551f0f62c3a7dea30d9a80d7
3
+ size 49280
episodes/episode_000128/depths/step_000077.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73ee5bf948e14b7eae7f52508aac9682182505402efccf72f300430f477f7a28
3
+ size 49280