Spaces:
Runtime error
Runtime error
Commit
·
fe4f4a4
1
Parent(s):
f4a1565
Update main.py
Browse files
main.py
CHANGED
@@ -250,6 +250,7 @@ def predict_next_frame(previous_frames: List[np.ndarray], previous_actions: List
|
|
250 |
leftclick_maps = []
|
251 |
pos_maps = []
|
252 |
for j in range(1, 9):
|
|
|
253 |
x, y, action_type = parse_action_string(action_descriptions[-j])
|
254 |
pos_map_j, leftclick_map_j, x_scaled_j, y_scaled_j = create_position_and_click_map((x, y), action_type)
|
255 |
leftclick_maps.append(leftclick_map_j)
|
|
|
250 |
leftclick_maps = []
|
251 |
pos_maps = []
|
252 |
for j in range(1, 9):
|
253 |
+
print ('fsfs', action_descriptions[-j])
|
254 |
x, y, action_type = parse_action_string(action_descriptions[-j])
|
255 |
pos_map_j, leftclick_map_j, x_scaled_j, y_scaled_j = create_position_and_click_map((x, y), action_type)
|
256 |
leftclick_maps.append(leftclick_map_j)
|