HQuanShaWu commited on
Commit
0364a2a
·
verified ·
1 Parent(s): e2e981e

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_000002/meta.json +19 -0
  2. episodes/episode_000002/meta_instructions.txt +7 -0
  3. episodes/episode_000005/meta.json +18 -0
  4. episodes/episode_000005/meta_instructions.txt +6 -0
  5. episodes/episode_000007/meta.json +19 -0
  6. episodes/episode_000007/meta_instructions.txt +7 -0
  7. episodes/episode_000014/meta.json +18 -0
  8. episodes/episode_000014/meta_instructions.txt +6 -0
  9. episodes/episode_000016/meta.json +18 -0
  10. episodes/episode_000016/meta_instructions.txt +6 -0
  11. episodes/episode_000023/meta.json +22 -0
  12. episodes/episode_000023/meta_instructions.txt +10 -0
  13. episodes/episode_000026/meta.json +22 -0
  14. episodes/episode_000026/meta_instructions.txt +10 -0
  15. episodes/episode_000027/actions.npy +3 -0
  16. episodes/episode_000027/depths/step_000016.npy +3 -0
  17. episodes/episode_000027/images_main/step_000000.jpg +3 -0
  18. episodes/episode_000027/images_main/step_000001.jpg +3 -0
  19. episodes/episode_000027/images_main/step_000002.jpg +3 -0
  20. episodes/episode_000027/images_main/step_000003.jpg +3 -0
  21. episodes/episode_000027/images_main/step_000004.jpg +3 -0
  22. episodes/episode_000027/images_main/step_000005.jpg +3 -0
  23. episodes/episode_000027/images_main/step_000006.jpg +3 -0
  24. episodes/episode_000027/images_main/step_000007.jpg +3 -0
  25. episodes/episode_000027/images_main/step_000008.jpg +3 -0
  26. episodes/episode_000027/images_main/step_000009.jpg +3 -0
  27. episodes/episode_000027/images_main/step_000010.jpg +3 -0
  28. episodes/episode_000027/images_main/step_000011.jpg +3 -0
  29. episodes/episode_000027/images_main/step_000012.jpg +3 -0
  30. episodes/episode_000027/images_main/step_000013.jpg +3 -0
  31. episodes/episode_000027/images_main/step_000014.jpg +3 -0
  32. episodes/episode_000027/images_main/step_000015.jpg +3 -0
  33. episodes/episode_000027/images_main/step_000016.jpg +3 -0
  34. episodes/episode_000027/images_main/step_000017.jpg +3 -0
  35. episodes/episode_000027/images_main/step_000018.jpg +3 -0
  36. episodes/episode_000027/images_main/step_000019.jpg +3 -0
  37. episodes/episode_000027/images_main/step_000020.jpg +3 -0
  38. episodes/episode_000027/images_main/step_000021.jpg +3 -0
  39. episodes/episode_000027/images_main/step_000022.jpg +3 -0
  40. episodes/episode_000027/images_main/step_000023.jpg +3 -0
  41. episodes/episode_000027/images_main/step_000024.jpg +3 -0
  42. episodes/episode_000027/images_main/step_000025.jpg +3 -0
  43. episodes/episode_000027/images_main/step_000026.jpg +3 -0
  44. episodes/episode_000027/images_main/step_000027.jpg +3 -0
  45. episodes/episode_000027/images_main/step_000028.jpg +3 -0
  46. episodes/episode_000027/images_main/step_000029.jpg +3 -0
  47. episodes/episode_000027/images_main/step_000030.jpg +3 -0
  48. episodes/episode_000027/images_main/step_000031.jpg +3 -0
  49. episodes/episode_000027/images_main/step_000032.jpg +3 -0
  50. episodes/episode_000027/images_main/step_000033.jpg +3 -0
episodes/episode_000002/meta.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "Cruise_A",
3
+ "original_episode": "episode_11",
4
+ "num_steps": 25,
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 right 90 degrees",
13
+ "3_turn right 90 degrees",
14
+ "4_turn right 90 degrees",
15
+ "5_turn right 90 degrees",
16
+ "6_crossing_hill",
17
+ "7_move to boundary"
18
+ ]
19
+ }
episodes/episode_000002/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 right 90 degrees on the spot.
3
+ Turn right 90 degrees on the spot.
4
+ Turn right 90 degrees on the spot.
5
+ Turn right 90 degrees on the spot.
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_000005/meta.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "Cruise_A",
3
+ "original_episode": "episode_14",
4
+ "num_steps": 22,
5
+ "num_meta_actions": 6,
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 90 degrees",
12
+ "2_turn right 90 degrees",
13
+ "3_turn right 90 degrees",
14
+ "4_turn right 90 degrees",
15
+ "5_cross hill",
16
+ "6_move forward"
17
+ ]
18
+ }
episodes/episode_000005/meta_instructions.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ Turn right 90 degrees on the spot
2
+ Turn right 90 degrees on the spot
3
+ Turn right 90 degrees on the spot
4
+ Turn right 90 degrees on the spot
5
+ Cross around the hills from the right side
6
+ Move to the boundary of the sand table until you can no longer move forward
episodes/episode_000007/meta.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "Cruise_A",
3
+ "original_episode": "episode_16",
4
+ "num_steps": 25,
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 right 90 degrees",
13
+ "3_turn right 90 degrees",
14
+ "4_turn right 90 degrees",
15
+ "5_turn right 90 degrees",
16
+ "6_cross hill",
17
+ "7_move forward"
18
+ ]
19
+ }
episodes/episode_000007/meta_instructions.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ Move forward to the sand pile with branches and rocks, being careful not to hit the sand pile
2
+ Turn right 90 degrees on the spot
3
+ Turn right 90 degrees on the spot
4
+ Turn right 90 degrees on the spot
5
+ Turn right 90 degrees on the spot
6
+ Cross around the the sand pile with rocks and branches from the left side, Be careful not to hit the sand pile during the process.
7
+ Move to the boundary of the sand table until you can no longer move forward
episodes/episode_000014/meta.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "Cruise_A",
3
+ "original_episode": "episode_4",
4
+ "num_steps": 29,
5
+ "num_meta_actions": 6,
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 90 degrees",
12
+ "2_turn right 90 degrees",
13
+ "3_turn right 90 degrees",
14
+ "4_turn right 90 degrees",
15
+ "5_crossing_hill",
16
+ "6_move forward"
17
+ ]
18
+ }
episodes/episode_000014/meta_instructions.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ Turn right 90 degrees on the spot.
2
+ Turn right 90 degrees on the spot.
3
+ Turn right 90 degrees on the spot.
4
+ Turn right 90 degrees on the spot.
5
+ Go around to the back of the sand piles from the right, and be careful not to touch the sand piles during the process.
6
+ Move forward until you reach the end of the corridor.
episodes/episode_000016/meta.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "Cruise_A",
3
+ "original_episode": "episode_6",
4
+ "num_steps": 24,
5
+ "num_meta_actions": 6,
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 left 90 degrees",
12
+ "2_turn left 90 degrees",
13
+ "3_turn left 90 degrees",
14
+ "4_turn left 90 degrees",
15
+ "5_crossing_hill",
16
+ "6_move to boundary"
17
+ ]
18
+ }
episodes/episode_000016/meta_instructions.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ Turn left 90 degrees on the spot.
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
+ Go around to the back of the sand piles from the left, and be careful not to touch the sand piles during the process.
6
+ Move forward to the boundary of the sand table until you reach the edge.
episodes/episode_000023/meta.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "Cruise_B",
3
+ "original_episode": "episode_24",
4
+ "num_steps": 86,
5
+ "num_meta_actions": 10,
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
+ "4_turn_right_90_degrees",
15
+ "5_move_forward",
16
+ "6_turn_right_90_degrees",
17
+ "7_move_forward",
18
+ "8_turn_right_90_degrees",
19
+ "9_move_forward",
20
+ "10_turn_right_90_degrees"
21
+ ]
22
+ }
episodes/episode_000023/meta_instructions.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ Rotate 360 degrees on the spot to the right and stay in place for about one second every 90 degrees
2
+ Go around to the back of the sand pile with wood and rocks from the right, and be careful not to touch the sand pile during the process.
3
+ Move forward to the corner of the sandbox
4
+ Turn right 90 degrees on the spot
5
+ Move forward to the corner of the sandbox
6
+ Turn right 90 degrees on the spot
7
+ Move forward to the corner of the sandbox
8
+ Turn right 90 degrees on the spot
9
+ Move forward to the corner of the sandbox
10
+ Turn right 90 degrees on the spot
episodes/episode_000026/meta.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "Cruise_B",
3
+ "original_episode": "episode_27",
4
+ "num_steps": 66,
5
+ "num_meta_actions": 10,
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_360_degrees",
13
+ "3_cross_hill",
14
+ "4_turn_left_90_degrees",
15
+ "5_move_forward",
16
+ "6_turn_left_90_degrees",
17
+ "7_move_to_boundary",
18
+ "8_turn_left_90_degrees",
19
+ "9_move_forward",
20
+ "10_turn_left_90_degrees"
21
+ ]
22
+ }
episodes/episode_000026/meta_instructions.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ Move to the front of the sand pile with rocks, being careful not to hit the sand pile.
2
+ Rotate 360 degrees on the spot to the left and stay in place for about one second every 90 degrees
3
+ Go around to the back of the sand pile with rocks from the left, and be careful not to touch the sand pile during the process.
4
+ Turn left 90 degrees on the spot
5
+ Move forward along the edge of the sandbox to the corner of the sandbox
6
+ Turn left 90 degrees on the spot
7
+ Move forward along the edge of the sandbox to the corner of the sandbox
8
+ Turn left 90 degrees on the spotx
9
+ Move forward along the edge of the sandbox to the corner of the sandbox
10
+ Turn left 90 degrees on the spot
episodes/episode_000027/actions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cf8fc5c051bdbd8a126a06a53ae3427d2c0d9a535871118f15613c1f04c2535
3
+ size 3548
episodes/episode_000027/depths/step_000016.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e8c5a3de0af98f3bf832eb759866bde27d02f50ffe7e13ffe5dc584bade9cce
3
+ size 49280
episodes/episode_000027/images_main/step_000000.jpg ADDED

Git LFS Details

  • SHA256: 17553d8cf5fe1786fc6748960e06731c7994dd0c88b7298d9fde7c73511eab25
  • Pointer size: 130 Bytes
  • Size of remote file: 81.2 kB
episodes/episode_000027/images_main/step_000001.jpg ADDED

Git LFS Details

  • SHA256: 1af5bf1d8f6526120a9b23e00c8448c4a10de3527a91ae6135bfa27f178d0149
  • Pointer size: 130 Bytes
  • Size of remote file: 81.6 kB
episodes/episode_000027/images_main/step_000002.jpg ADDED

Git LFS Details

  • SHA256: 20b82d6660d125bdeb51e354ffeb544f8bc85c90e7d32666c5cbb3d39db7313f
  • Pointer size: 130 Bytes
  • Size of remote file: 91.5 kB
episodes/episode_000027/images_main/step_000003.jpg ADDED

Git LFS Details

  • SHA256: 91f39a8b3984a87eafd95e07490b087640a462e0ad7f45cbc0d60bacdbb354d1
  • Pointer size: 130 Bytes
  • Size of remote file: 94.3 kB
episodes/episode_000027/images_main/step_000004.jpg ADDED

Git LFS Details

  • SHA256: d9b7f4074dcfdec94d1ce1afe0dc6e568de3cd2e585fe207e1d712e26d052bac
  • Pointer size: 130 Bytes
  • Size of remote file: 95.5 kB
episodes/episode_000027/images_main/step_000005.jpg ADDED

Git LFS Details

  • SHA256: ab4105ba9d85efda2abbb1e59fdbb513f444c8c82bae58875ad3a6573289c8be
  • Pointer size: 130 Bytes
  • Size of remote file: 96.3 kB
episodes/episode_000027/images_main/step_000006.jpg ADDED

Git LFS Details

  • SHA256: d5f1dfe616e51b63ce397f8df945d895c0a399bd25206f54f338cd42d38863e5
  • Pointer size: 130 Bytes
  • Size of remote file: 96.6 kB
episodes/episode_000027/images_main/step_000007.jpg ADDED

Git LFS Details

  • SHA256: 44851a02be5bde27ec0b62a67433cb6ba9008bd59c3d2b0b02afb30a1bdde4da
  • Pointer size: 131 Bytes
  • Size of remote file: 110 kB
episodes/episode_000027/images_main/step_000008.jpg ADDED

Git LFS Details

  • SHA256: 854a6cb738eaed71545a31c8ac5cebaeace29f1ef034cde427ae177bb2cb2e96
  • Pointer size: 131 Bytes
  • Size of remote file: 113 kB
episodes/episode_000027/images_main/step_000009.jpg ADDED

Git LFS Details

  • SHA256: 898e7cf9ef88facc9b37436e001594b4828ec2f8ac7f5a43bcfe864ca519d666
  • Pointer size: 131 Bytes
  • Size of remote file: 114 kB
episodes/episode_000027/images_main/step_000010.jpg ADDED

Git LFS Details

  • SHA256: aea07892a4e48f1d48885c7c84afad28a745627e0c3f6f73b6b2d4f1b3b84c00
  • Pointer size: 131 Bytes
  • Size of remote file: 115 kB
episodes/episode_000027/images_main/step_000011.jpg ADDED

Git LFS Details

  • SHA256: 901ecffca5597b7d177db7295f069d68fe01e485a67e0eed3ebeef4597aeed5c
  • Pointer size: 131 Bytes
  • Size of remote file: 114 kB
episodes/episode_000027/images_main/step_000012.jpg ADDED

Git LFS Details

  • SHA256: f24c2ef5dccc5ee343761addcf5a0c45bb42de483165950e6aa010d1bceb8285
  • Pointer size: 131 Bytes
  • Size of remote file: 114 kB
episodes/episode_000027/images_main/step_000013.jpg ADDED

Git LFS Details

  • SHA256: 4b299012feaad4aef01b31251ca358bed3e124c9f76844f9e11c40ba13dea188
  • Pointer size: 130 Bytes
  • Size of remote file: 83.6 kB
episodes/episode_000027/images_main/step_000014.jpg ADDED

Git LFS Details

  • SHA256: 790e88fe09e3640577f212c53c41c9878e262154f18b0d0fd6cc0964a2652dcf
  • Pointer size: 130 Bytes
  • Size of remote file: 84.4 kB
episodes/episode_000027/images_main/step_000015.jpg ADDED

Git LFS Details

  • SHA256: b87abfd6b88019c9305be3e1d4877879a7a14e63ce4850f48f5102d5ced76b40
  • Pointer size: 130 Bytes
  • Size of remote file: 85.5 kB
episodes/episode_000027/images_main/step_000016.jpg ADDED

Git LFS Details

  • SHA256: f55f089f16285db8399c5fe5371c4cc6e6bbfe9767692711fc952117da994f70
  • Pointer size: 130 Bytes
  • Size of remote file: 86.9 kB
episodes/episode_000027/images_main/step_000017.jpg ADDED

Git LFS Details

  • SHA256: 937e53bec1a7c0b34270be7f75f1cda51a4a403bebda19dde9d6ca4dfb8b68a6
  • Pointer size: 130 Bytes
  • Size of remote file: 95.4 kB
episodes/episode_000027/images_main/step_000018.jpg ADDED

Git LFS Details

  • SHA256: 99f901caf8036cf2f6a413a56ced37419a080039e7301424d2b4c143d2673766
  • Pointer size: 130 Bytes
  • Size of remote file: 98.1 kB
episodes/episode_000027/images_main/step_000019.jpg ADDED

Git LFS Details

  • SHA256: 52c2f8c633944dc4836cdc72e80502f7de0fb2a8cfbd8194b952b89f50f5029e
  • Pointer size: 130 Bytes
  • Size of remote file: 98.9 kB
episodes/episode_000027/images_main/step_000020.jpg ADDED

Git LFS Details

  • SHA256: 4275da7366f7aa0f992975cde089bb9420d8c921f85a4de550fe060cb64a736d
  • Pointer size: 131 Bytes
  • Size of remote file: 100 kB
episodes/episode_000027/images_main/step_000021.jpg ADDED

Git LFS Details

  • SHA256: 0efc0f95dee03d16ae71ac10e0236dcf19b3b88ca7b4c971a221f7de15b742a8
  • Pointer size: 131 Bytes
  • Size of remote file: 101 kB
episodes/episode_000027/images_main/step_000022.jpg ADDED

Git LFS Details

  • SHA256: 39fb3f06f06749c5ba1445474e51107c821edfdd96f85701db0ee982267b39a2
  • Pointer size: 131 Bytes
  • Size of remote file: 109 kB
episodes/episode_000027/images_main/step_000023.jpg ADDED

Git LFS Details

  • SHA256: 60599bdb940c7101861be7494a4195855b7ec043aed10fd74ede790f424a2642
  • Pointer size: 131 Bytes
  • Size of remote file: 117 kB
episodes/episode_000027/images_main/step_000024.jpg ADDED

Git LFS Details

  • SHA256: d6c05676bd65700fc5f968b8859d82773bcb09bfa73d66ab8e8296e45dbb98f5
  • Pointer size: 131 Bytes
  • Size of remote file: 117 kB
episodes/episode_000027/images_main/step_000025.jpg ADDED

Git LFS Details

  • SHA256: d06e00e7a2038ca4613fb6224d9200a0c171f42c5412e27034d31d40a7787c4d
  • Pointer size: 131 Bytes
  • Size of remote file: 117 kB
episodes/episode_000027/images_main/step_000026.jpg ADDED

Git LFS Details

  • SHA256: a95bd1953a283a19c76937fecf4f956c6d2d590e91ebc6b421581be07957b09c
  • Pointer size: 130 Bytes
  • Size of remote file: 67.6 kB
episodes/episode_000027/images_main/step_000027.jpg ADDED

Git LFS Details

  • SHA256: 8da0dfccac64a4799221695208b7d67b964439fc1d228775a2d9d973b197c0bd
  • Pointer size: 130 Bytes
  • Size of remote file: 66.1 kB
episodes/episode_000027/images_main/step_000028.jpg ADDED

Git LFS Details

  • SHA256: c7ce6af85670a2d7923d9ded8e61b2a432a7496dd3d98dcc6e28fb8f14fef51c
  • Pointer size: 130 Bytes
  • Size of remote file: 60.7 kB
episodes/episode_000027/images_main/step_000029.jpg ADDED

Git LFS Details

  • SHA256: b8d52f2cbbdce5706c52b195c8d372c2c13432b4faa6fb637f6ad0ee92ddb8d9
  • Pointer size: 130 Bytes
  • Size of remote file: 64.2 kB
episodes/episode_000027/images_main/step_000030.jpg ADDED

Git LFS Details

  • SHA256: 603be0da097e44e3108740b3a71707f07390d82309e5f1b920766eb7c33a6b24
  • Pointer size: 130 Bytes
  • Size of remote file: 79.6 kB
episodes/episode_000027/images_main/step_000031.jpg ADDED

Git LFS Details

  • SHA256: 1578cef25deefe991a7b35aa8da7b7236ec969615514f72e014706aa9608e711
  • Pointer size: 130 Bytes
  • Size of remote file: 78.5 kB
episodes/episode_000027/images_main/step_000032.jpg ADDED

Git LFS Details

  • SHA256: bfef4740b875dce571fd0ddc02850b362ba49939ab23421e7696d8e43d40b5d9
  • Pointer size: 130 Bytes
  • Size of remote file: 75 kB
episodes/episode_000027/images_main/step_000033.jpg ADDED

Git LFS Details

  • SHA256: 089cfac5ed75bad8b287e155eb06b8c41f47d421a302df43e4bba36176149aa9
  • Pointer size: 130 Bytes
  • Size of remote file: 74.2 kB