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

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_000019/meta.json +19 -0
  2. episodes/episode_000019/meta_instructions.txt +7 -0
  3. episodes/episode_000040/meta.json +16 -0
  4. episodes/episode_000040/meta_instructions.txt +4 -0
  5. episodes/episode_000052/meta.json +15 -0
  6. episodes/episode_000052/meta_instructions.txt +3 -0
  7. episodes/episode_000066/meta.json +16 -0
  8. episodes/episode_000066/meta_instructions.txt +4 -0
  9. episodes/episode_000093/images_wrist/step_000016.jpg +3 -0
  10. episodes/episode_000093/images_wrist/step_000017.jpg +3 -0
  11. episodes/episode_000093/images_wrist/step_000033.jpg +3 -0
  12. episodes/episode_000093/images_wrist/step_000042.jpg +3 -0
  13. episodes/episode_000093/images_wrist/step_000047.jpg +3 -0
  14. episodes/episode_000093/images_wrist/step_000051.jpg +3 -0
  15. episodes/episode_000093/images_wrist/step_000055.jpg +3 -0
  16. episodes/episode_000093/images_wrist/step_000056.jpg +3 -0
  17. episodes/episode_000093/images_wrist/step_000060.jpg +3 -0
  18. episodes/episode_000093/images_wrist/step_000066.jpg +3 -0
  19. episodes/episode_000093/images_wrist/step_000075.jpg +3 -0
  20. episodes/episode_000093/images_wrist/step_000103.jpg +3 -0
  21. episodes/episode_000093/images_wrist/step_000104.jpg +3 -0
  22. episodes/episode_000093/images_wrist/step_000107.jpg +3 -0
  23. episodes/episode_000093/images_wrist/step_000110.jpg +3 -0
  24. episodes/episode_000093/images_wrist/step_000113.jpg +3 -0
  25. episodes/episode_000093/images_wrist/step_000114.jpg +3 -0
  26. episodes/episode_000093/images_wrist/step_000117.jpg +3 -0
  27. episodes/episode_000093/images_wrist/step_000121.jpg +3 -0
  28. episodes/episode_000093/images_wrist/step_000122.jpg +3 -0
  29. episodes/episode_000093/images_wrist/step_000135.jpg +3 -0
  30. episodes/episode_000093/images_wrist/step_000157.jpg +3 -0
  31. episodes/episode_000093/images_wrist/step_000164.jpg +3 -0
  32. episodes/episode_000093/images_wrist/step_000165.jpg +3 -0
  33. episodes/episode_000093/images_wrist/step_000166.jpg +3 -0
  34. episodes/episode_000093/images_wrist/step_000176.jpg +3 -0
  35. episodes/episode_000093/images_wrist/step_000183.jpg +3 -0
  36. episodes/episode_000093/images_wrist/step_000190.jpg +3 -0
  37. episodes/episode_000093/images_wrist/step_000209.jpg +3 -0
  38. episodes/episode_000093/images_wrist/step_000215.jpg +3 -0
  39. episodes/episode_000093/images_wrist/step_000229.jpg +3 -0
  40. episodes/episode_000093/images_wrist/step_000238.jpg +3 -0
  41. episodes/episode_000093/images_wrist/step_000248.jpg +3 -0
  42. episodes/episode_000093/images_wrist/step_000255.jpg +3 -0
  43. episodes/episode_000093/images_wrist/step_000258.jpg +3 -0
  44. episodes/episode_000099/meta.json +16 -0
  45. episodes/episode_000099/meta_instructions.txt +4 -0
  46. episodes/episode_000123/meta.json +16 -0
  47. episodes/episode_000123/meta_instructions.txt +4 -0
  48. episodes/episode_000124/meta.json +15 -0
  49. episodes/episode_000124/meta_instructions.txt +3 -0
  50. episodes/episode_000128/actions.npy +3 -0
episodes/episode_000019/meta.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "Cruise_A",
3
+ "original_episode": "episode_9",
4
+ "num_steps": 17,
5
+ "num_meta_actions": 7,
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 to hill",
12
+ "2_turn left 90 degrees",
13
+ "3_turn left 90 degrees",
14
+ "4_turn left 90 degrees",
15
+ "5_turn left 90 degrees",
16
+ "6_crossing_hill",
17
+ "7_move to boundary"
18
+ ]
19
+ }
episodes/episode_000019/meta_instructions.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ Walk forward to the sand pile in front, be careful not to bump into it.
2
+ Turn left 90 degrees on the spot.
3
+ Turn left 90 degrees on the spot.
4
+ Turn left 90 degrees on the spot.
5
+ Turn left 90 degrees
6
+ Go around to the back of the sand piles from the right, and be careful not to touch the sand pile during the process.
7
+ Move to the boundary of the sand table until you can no longer move forward.
episodes/episode_000040/meta.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "Cruise_C",
3
+ "original_episode": "episode_41",
4
+ "num_steps": 29,
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_left_360_degrees",
13
+ "3_cross_hill",
14
+ "4_move_forward"
15
+ ]
16
+ }
episodes/episode_000040/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 left and stay in place for about one second every 90 degrees
3
+ Cross around the mound of wood and white cloth from the left side, 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_000052/meta.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "Cruise_C",
3
+ "original_episode": "episode_53",
4
+ "num_steps": 19,
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_turn_right_360_degrees",
12
+ "2_cross_hill",
13
+ "3_move_forward"
14
+ ]
15
+ }
episodes/episode_000052/meta_instructions.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ Rotate 360 degrees on the spot to the right and stay in place for about one second every 90 degrees
2
+ Cross around the mound with wood and white cloth from the right side
3
+ Move forward to red marker object.
episodes/episode_000066/meta.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "sample",
3
+ "original_episode": "episode_16",
4
+ "num_steps": 225,
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_wood",
13
+ "3_move_to_container",
14
+ "4_place_wood_to_container"
15
+ ]
16
+ }
episodes/episode_000066/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 long piece of wood and lift it, being careful not to grip it too tightly or too loosely.
3
+ Walk backward from the the sampling point,then turn right on the spot until the container is detected,then move to the container where the sample is placed.
4
+ Move backwards and turn to the right to place the sample wood into the container,being careful not to place too fast or slowly.
episodes/episode_000093/images_wrist/step_000016.jpg ADDED

Git LFS Details

  • SHA256: 964d62b2f95a9f361846690469c8e50dd2b56574c11d80beb31993d726630d01
  • Pointer size: 130 Bytes
  • Size of remote file: 61.8 kB
episodes/episode_000093/images_wrist/step_000017.jpg ADDED

Git LFS Details

  • SHA256: 4da76797b7f56d81bae3a8de35f432f276dc3ff336001378967d5f7c17df2309
  • Pointer size: 130 Bytes
  • Size of remote file: 69.2 kB
episodes/episode_000093/images_wrist/step_000033.jpg ADDED

Git LFS Details

  • SHA256: fd363ad05d53ec096dce4d98eb40b0c3df6e4d6d2383470b00e044566a90c923
  • Pointer size: 130 Bytes
  • Size of remote file: 71.5 kB
episodes/episode_000093/images_wrist/step_000042.jpg ADDED

Git LFS Details

  • SHA256: 8b8ca391f8ee224d059e1043654a9e9bb989fab8676b79d85846427784d1698e
  • Pointer size: 130 Bytes
  • Size of remote file: 79.6 kB
episodes/episode_000093/images_wrist/step_000047.jpg ADDED

Git LFS Details

  • SHA256: 8c334743cefcdf6458377c41f28f415adf222f53e13543222d449d02df9cf70c
  • Pointer size: 130 Bytes
  • Size of remote file: 63.3 kB
episodes/episode_000093/images_wrist/step_000051.jpg ADDED

Git LFS Details

  • SHA256: 846e103d8177f6278045423a816a056098f6a3f90c16c1f0adc655938d34de2e
  • Pointer size: 130 Bytes
  • Size of remote file: 63.6 kB
episodes/episode_000093/images_wrist/step_000055.jpg ADDED

Git LFS Details

  • SHA256: 74f6d60a3c70e11842be71beeda38ebe91bb6cc28902cdfb0d83e023a6807141
  • Pointer size: 130 Bytes
  • Size of remote file: 62.8 kB
episodes/episode_000093/images_wrist/step_000056.jpg ADDED

Git LFS Details

  • SHA256: 5f0cc967963bf404b89e7c262a4f54793d77473ea3dad5c152ebf0309c4bc570
  • Pointer size: 130 Bytes
  • Size of remote file: 62.9 kB
episodes/episode_000093/images_wrist/step_000060.jpg ADDED

Git LFS Details

  • SHA256: 72e5e56d42a70e03a17e5feb0cd527619ad1710b88f904b44e508b40fcfe2828
  • Pointer size: 130 Bytes
  • Size of remote file: 66.6 kB
episodes/episode_000093/images_wrist/step_000066.jpg ADDED

Git LFS Details

  • SHA256: 16382ede3dd6c2aa7f68431c355bcd3dff299141c27599785b6953a1ad46da4c
  • Pointer size: 130 Bytes
  • Size of remote file: 80.8 kB
episodes/episode_000093/images_wrist/step_000075.jpg ADDED

Git LFS Details

  • SHA256: ba45445a83c03c7a9e8c120d45fd1245a5a33518577c133a0bb625ed8c8d17ad
  • Pointer size: 130 Bytes
  • Size of remote file: 66.1 kB
episodes/episode_000093/images_wrist/step_000103.jpg ADDED

Git LFS Details

  • SHA256: dadba0e805f6785a82dfec9bdd5621fd69c702604aa4095fb7a0052024014797
  • Pointer size: 130 Bytes
  • Size of remote file: 57.7 kB
episodes/episode_000093/images_wrist/step_000104.jpg ADDED

Git LFS Details

  • SHA256: 20825b51512feec91dc33279c7440d9a35eeb5e5a3c58a306b725bdb50907824
  • Pointer size: 130 Bytes
  • Size of remote file: 53.9 kB
episodes/episode_000093/images_wrist/step_000107.jpg ADDED

Git LFS Details

  • SHA256: 12a86f45c2fc019d0eb0a3943f8a8cb5cc7384beeeb30c1adb1e7ff0e9e210ee
  • Pointer size: 130 Bytes
  • Size of remote file: 56.2 kB
episodes/episode_000093/images_wrist/step_000110.jpg ADDED

Git LFS Details

  • SHA256: 86757f59e6c0ae55a0807ba3d49f5cf20ed567d20e3dde2136f86866a81a08a2
  • Pointer size: 130 Bytes
  • Size of remote file: 56.9 kB
episodes/episode_000093/images_wrist/step_000113.jpg ADDED

Git LFS Details

  • SHA256: fb6e55478a32286f7d17cdb56b85e60a33f845d5794d0353475ba726004dd756
  • Pointer size: 130 Bytes
  • Size of remote file: 60.4 kB
episodes/episode_000093/images_wrist/step_000114.jpg ADDED

Git LFS Details

  • SHA256: 55b96642cc43187f962762d89ffc967517c8f8fe1491001f4e2ee61aa92a116d
  • Pointer size: 130 Bytes
  • Size of remote file: 56.5 kB
episodes/episode_000093/images_wrist/step_000117.jpg ADDED

Git LFS Details

  • SHA256: 84f283c1a252b4ccf8e39e844e157758b9e3c3d8f77fe988568ceb62316717a1
  • Pointer size: 130 Bytes
  • Size of remote file: 73.1 kB
episodes/episode_000093/images_wrist/step_000121.jpg ADDED

Git LFS Details

  • SHA256: ea77a5637984ef7baf42142738dcf814cbea95c3793d0f5d338a3bd065bb79f2
  • Pointer size: 130 Bytes
  • Size of remote file: 77.7 kB
episodes/episode_000093/images_wrist/step_000122.jpg ADDED

Git LFS Details

  • SHA256: aa38525b033fd2e9f184720e18e76e4c08cbb6e4dca5beef6eb2f27524a138b9
  • Pointer size: 130 Bytes
  • Size of remote file: 77.9 kB
episodes/episode_000093/images_wrist/step_000135.jpg ADDED

Git LFS Details

  • SHA256: bde62433152a4ef491fade50f314ff5a16f677abc56353d36e20a8e55ed39ae8
  • Pointer size: 130 Bytes
  • Size of remote file: 62 kB
episodes/episode_000093/images_wrist/step_000157.jpg ADDED

Git LFS Details

  • SHA256: 205d929974ccd578e0db50acce2f18993f32230cfff16a7573d5c8b3a122bfb2
  • Pointer size: 130 Bytes
  • Size of remote file: 47.1 kB
episodes/episode_000093/images_wrist/step_000164.jpg ADDED

Git LFS Details

  • SHA256: aae79b95370f23ba25949c8f32b8b3ac4d8dfc88857fb3b0c257c46eabe05def
  • Pointer size: 130 Bytes
  • Size of remote file: 55.8 kB
episodes/episode_000093/images_wrist/step_000165.jpg ADDED

Git LFS Details

  • SHA256: de2991ea1d365b340ca91327c891c3f5974df1ff3b551890b82a75cea8f02a99
  • Pointer size: 130 Bytes
  • Size of remote file: 60.1 kB
episodes/episode_000093/images_wrist/step_000166.jpg ADDED

Git LFS Details

  • SHA256: bbcd156ce576a8ca663533904bafa51865774735bb17259f8120388289f71220
  • Pointer size: 130 Bytes
  • Size of remote file: 59.9 kB
episodes/episode_000093/images_wrist/step_000176.jpg ADDED

Git LFS Details

  • SHA256: 5fe1ce811b53f1d9b3e69f5da99ecd4dc8ecfd553d81e189e24326328c8daa93
  • Pointer size: 130 Bytes
  • Size of remote file: 54.4 kB
episodes/episode_000093/images_wrist/step_000183.jpg ADDED

Git LFS Details

  • SHA256: d617d06c9d5d05c2b8a051ffeebabf047a7138fab5ca4588fe4eac7456375e42
  • Pointer size: 130 Bytes
  • Size of remote file: 77.9 kB
episodes/episode_000093/images_wrist/step_000190.jpg ADDED

Git LFS Details

  • SHA256: a002b76cca6d9b28620bc59c78ec054e878fd22b975a1552873ed72943b61ae9
  • Pointer size: 130 Bytes
  • Size of remote file: 68.4 kB
episodes/episode_000093/images_wrist/step_000209.jpg ADDED

Git LFS Details

  • SHA256: 3f6f6c15b3f2d162056b24e4aac8347d66893b09e02c9969c0aa410c5c594d6b
  • Pointer size: 130 Bytes
  • Size of remote file: 77.6 kB
episodes/episode_000093/images_wrist/step_000215.jpg ADDED

Git LFS Details

  • SHA256: ad20009b0644326ce15b8e4a4e0a59638ae60396d470a55749d2e5c6dd760625
  • Pointer size: 130 Bytes
  • Size of remote file: 77.5 kB
episodes/episode_000093/images_wrist/step_000229.jpg ADDED

Git LFS Details

  • SHA256: e8edc72f2774e9f6b313539bd232136be0340615e969c1b63d0277d5e7e14d12
  • Pointer size: 130 Bytes
  • Size of remote file: 76.6 kB
episodes/episode_000093/images_wrist/step_000238.jpg ADDED

Git LFS Details

  • SHA256: b5ed07f14c53f813a166870e58fd581b5563becb5bb0cca4a0ef2047b6d9a0dc
  • Pointer size: 130 Bytes
  • Size of remote file: 67.6 kB
episodes/episode_000093/images_wrist/step_000248.jpg ADDED

Git LFS Details

  • SHA256: 0af35113f1a6182d4cb2b38321d96d829358489ecfa5bfd0115310449dd3e065
  • Pointer size: 130 Bytes
  • Size of remote file: 63.3 kB
episodes/episode_000093/images_wrist/step_000255.jpg ADDED

Git LFS Details

  • SHA256: 08759b4c646b178116af1e7ae414f1601dbda16207e54fb546460528ce93825a
  • Pointer size: 130 Bytes
  • Size of remote file: 83.1 kB
episodes/episode_000093/images_wrist/step_000258.jpg ADDED

Git LFS Details

  • SHA256: 9dcdbdfdf4e85d10a5579fa71d799c6976ed3525d898f66d990a5418fe2483be
  • Pointer size: 130 Bytes
  • Size of remote file: 83.9 kB
episodes/episode_000099/meta.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "sample",
3
+ "original_episode": "episode_46",
4
+ "num_steps": 242,
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_bottle",
13
+ "3_move_to_container",
14
+ "4_place_bottle_to_container"
15
+ ]
16
+ }
episodes/episode_000099/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 bottle located at the mound. Then lift the bottle. Be careful not to grip too tightly or too loosely.
3
+ Walk backward from the sampling point, then turn right in place, move forward,then turn left until the container is detected, then move to the container where the sample was placed.
4
+ Place the bottle into the container, being careful not to put it in too fast or too slow.
episodes/episode_000123/meta.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "sample",
3
+ "original_episode": "episode_77",
4
+ "num_steps": 296,
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_wood",
13
+ "3_search_for_and_move_to_cyan_container",
14
+ "4_place_wood_to_cyan_container"
15
+ ]
16
+ }
episodes/episode_000123/meta_instructions.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Move straight to the front of the sampling point located on the flat mound at the center of the sandbox, taking care not to bump into any obstacles.
2
+ Grasp the wooden block located at the flat hill. Then lift the wooden block. Be careful not to grip too tightly or too loosely.
3
+ Turn left in place, go around the flat mound of sand until the cyan container is detected, then move to the cyan container.
4
+ Place the wooden block into the cyan container and retract arm, being careful not to put it in too fast or too slow.
episodes/episode_000124/meta.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "sample",
3
+ "original_episode": "episode_78",
4
+ "num_steps": 232,
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_grasp_branch",
13
+ "3_search_for_and_move_to_cyan_container"
14
+ ]
15
+ }
episodes/episode_000124/meta_instructions.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ Move straight to the front of the sampling point located on the flat mound at the center of the sandbox, taking care not to bump into any obstacles.
2
+ Grasp the branch located at the flat hill. Then lift the branch. Be careful not to grip too tightly or too loosely.
3
+ Turn left in place, go around the flat mound of sand until the cyan container is detected, then move to the cyan container.
episodes/episode_000128/actions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eafd243c1dcd977a72a894ae3ac97e56ec145e99a1b5f29a40a93a91bc3c8fa
3
+ size 11528