Skip to content

Commit

Permalink
experiment results
Browse files Browse the repository at this point in the history
  • Loading branch information
strakam committed Feb 12, 2024
1 parent ad6986a commit a9c3538
Show file tree
Hide file tree
Showing 1,306 changed files with 17 additions and 7 deletions.
6 changes: 3 additions & 3 deletions runnables/test_suite_eval/eval_rl.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

for level in {5..20}
for level in {14,17,20,23,26}
do
python C_trajectory_following.py --output_folder "../../checkpointed_models/" --eval_set "./eval-v0_n-ctrl-points-3_n-tracks-1000_2024-02-12_10:59:21_d689e67e-4179-4764-a474-e5f3237a239d" --discr_level $level
python pid.py --discr_level $level --eval_set "./eval-v0_n-ctrl-points-3_n-tracks-1000_2024-02-12_10:59:21_d689e67e-4179-4764-a474-e5f3237a239d"
# python C_trajectory_following.py --output_folder "../../checkpointed_models/" --eval_set "./eval-v0_n-ctrl-points-10_n-tracks-200_2024-02-12_15:01:53_bdee17ed-07ad-4e26-8e68-fa0a5ca1318c" --discr_level $level
python pid.py --discr_level $level --eval_set "./eval-v0_n-ctrl-points-10_n-tracks-200_2024-02-12_15:01:53_bdee17ed-07ad-4e26-8e68-fa0a5ca1318c"

done
8 changes: 4 additions & 4 deletions runnables/test_suite_eval/eval_tracks.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def gen_eval_tracks(target_folder: str, n_tracks: int, n_ctrl_points: int=3):

for i in tqdm(range(n_tracks)):
_, ctrl_wp = TrajectoryFactory.gen_random_trajectory(
start=np.array([0, 0, 0]),
n_discr_level=10,
start=np.array([0, 0, 1]),
n_discr_level=20,
n_ctrl_points=n_ctrl_points,
std_dev_deg=50,
distance_between_ctrl_points=1.3,
Expand Down Expand Up @@ -60,8 +60,8 @@ def load_eval_tracks(folder: str, discr_level: int=10) -> List[DiscretizedTrajec

if gen:
t_folder = "./eval-v0"
n_tracks = 1000
gen_eval_tracks(t_folder, n_tracks=n_tracks)
n_tracks = 200
gen_eval_tracks(t_folder, n_tracks=n_tracks, n_ctrl_points=10)
if load:
tracks = load_eval_tracks(load_folder)
for track in tracks:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success_rate": 0.24812030075187969, "avg mean dev": 0.12312815303888709, "avg max dev": 0.46306573291494524, "avt time": 25.69886363636364}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success_rate": 0.36507936507936506, "avg mean dev": 0.10840245515779884, "avg max dev": 0.36533508928277664, "avt time": 26.56811594202898}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success_rate": 0.4791666666666667, "avg mean dev": 0.09615903659247474, "avg max dev": 0.28994711420539, "avt time": 26.77921195652174}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success_rate": 0.49748743718592964, "avg mean dev": 0.08853108014915095, "avg max dev": 0.22978509050899154, "avt time": 27.1082702020202}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success_rate": 0.5, "avg mean dev": 0.08308981149934497, "avg max dev": 0.20903981543228453, "avt time": 28.1221875}
1 change: 1 addition & 0 deletions runnables/test_suite_eval/long_trajectory_jsons/rl_14.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success_rate": 0.985, "avg mean dev": 0.1772167915118993, "avg max dev": 0.4917212704683174, "avt time": 14.34890016920474}
1 change: 1 addition & 0 deletions runnables/test_suite_eval/long_trajectory_jsons/rl_17.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success_rate": 0.99, "avg mean dev": 0.1433386324227451, "avg max dev": 0.392061174557603, "avt time": 16.289898989898987}
1 change: 1 addition & 0 deletions runnables/test_suite_eval/long_trajectory_jsons/rl_20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success_rate": 0.99, "avg mean dev": 0.11955849172075408, "avg max dev": 0.313560755400775, "avt time": 18.615319865319865}
1 change: 1 addition & 0 deletions runnables/test_suite_eval/long_trajectory_jsons/rl_23.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success_rate": 0.995, "avg mean dev": 0.10246450706590106, "avg max dev": 0.27034303375162694, "avt time": 20.263651591289783}
1 change: 1 addition & 0 deletions runnables/test_suite_eval/long_trajectory_jsons/rl_26.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success_rate": 0.99, "avg mean dev": 0.09032995407396031, "avg max dev": 0.22982543933962724, "avt time": 22.31952861952862}
Binary file added runnables/test_suite_eval/pos_logs/0.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/10.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/100.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1000.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1001.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1002.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1003.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1004.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1005.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1006.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1007.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1008.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1009.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/101.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1010.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1011.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1012.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1013.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1014.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1015.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1016.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1017.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1018.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1019.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/102.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1020.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1021.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1022.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1023.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1024.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1025.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1026.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1027.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1028.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1029.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/103.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1030.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1031.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1032.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1033.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1034.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1035.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1036.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1037.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1038.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1039.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/104.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1040.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1041.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1042.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1043.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1044.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1045.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1046.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1047.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1048.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1049.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/105.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1050.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1051.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1052.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1053.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1054.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1055.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1056.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1057.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1058.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1059.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/106.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1060.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1061.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1062.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1063.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1064.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1065.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1066.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1067.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1068.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1069.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/107.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1070.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1071.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1072.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1073.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1074.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1075.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1076.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1077.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1078.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1079.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/108.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1080.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1081.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1082.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1083.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1084.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1085.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1086.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1087.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1088.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1089.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/109.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1090.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1091.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1092.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1093.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1094.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1095.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1096.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1097.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1098.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1099.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/11.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/110.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1100.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1101.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1102.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1103.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1104.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1105.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1106.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1107.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1108.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1109.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/111.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1110.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1111.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1112.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1113.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1114.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1115.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1116.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1117.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1118.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1119.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/112.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1120.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1121.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1122.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1123.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1124.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1125.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1126.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1127.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1128.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1129.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/113.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1130.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1131.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1132.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1133.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1134.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1135.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1136.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1137.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1138.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1139.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/114.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1140.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1141.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1142.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1143.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1144.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1145.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1146.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1147.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1148.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1149.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/115.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1150.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1151.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1152.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1153.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1154.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1155.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1156.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1157.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1158.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1159.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/116.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1160.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1161.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1162.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1163.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1164.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1165.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1166.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1167.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1168.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1169.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/117.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1170.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1171.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1172.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1173.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1174.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1175.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1176.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1177.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1178.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1179.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/118.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1180.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1181.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1182.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1183.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1184.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1185.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1186.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1187.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1188.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1189.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/119.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1190.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1191.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1192.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1193.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1194.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1195.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1196.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1197.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1198.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1199.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/12.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/120.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1200.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1201.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1202.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1203.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1204.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1205.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1206.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1207.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1208.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1209.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/121.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1210.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1211.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1212.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1213.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1214.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1215.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1216.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1217.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1218.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1219.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/122.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1220.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1221.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1222.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1223.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1224.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1225.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1226.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1227.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1228.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1229.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/123.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1230.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1231.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1232.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1233.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1234.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1235.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1236.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1237.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1238.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1239.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/124.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1240.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1241.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1242.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1243.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1244.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1245.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1246.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1247.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1248.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1249.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/125.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1250.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1251.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1252.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1253.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1254.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1255.npy
Binary file not shown.
Binary file added runnables/test_suite_eval/pos_logs/1256.npy
Binary file not shown.
Loading

0 comments on commit a9c3538

Please sign in to comment.