Commit
·
cffe3ce
1
Parent(s):
b514b2a
up
Browse files
engine.py
CHANGED
@@ -271,7 +271,7 @@ class MatrixGameEngine:
|
|
271 |
video = self.pipeline(
|
272 |
height=self.frame_height,
|
273 |
width=self.frame_width,
|
274 |
-
video_length=
|
275 |
mouse_condition=mouse_tensor,
|
276 |
keyboard_condition=keyboard_tensor,
|
277 |
initial_image=initial_image,
|
|
|
271 |
video = self.pipeline(
|
272 |
height=self.frame_height,
|
273 |
width=self.frame_width,
|
274 |
+
video_length=1, # Generate a very short video for speed (must be 1 or multiple of 4)
|
275 |
mouse_condition=mouse_tensor,
|
276 |
keyboard_condition=keyboard_tensor,
|
277 |
initial_image=initial_image,
|