Spaces:
Runtime error
Runtime error
fix startup order
Browse files- inference.py +2 -0
inference.py
CHANGED
|
@@ -101,3 +101,5 @@ print(
|
|
| 101 |
f"[END] success=true steps=3 score={score:.2f} rewards={','.join(f'{r:.2f}' for r in rewards)}",
|
| 102 |
flush=True
|
| 103 |
)
|
|
|
|
|
|
|
|
|
| 101 |
f"[END] success=true steps=3 score={score:.2f} rewards={','.join(f'{r:.2f}' for r in rewards)}",
|
| 102 |
flush=True
|
| 103 |
)
|
| 104 |
+
while True:
|
| 105 |
+
time.sleep(60)
|