Spaces:
Runtime error
Runtime error
Fix runtime exit issue
Browse files- inference.py +4 -0
inference.py
CHANGED
|
@@ -26,3 +26,7 @@ hard_score = hard()
|
|
| 26 |
print(f"[STEP] step=3 action=hard reward={hard_score:.2f} done=true error=null")
|
| 27 |
|
| 28 |
print(f"[END] success=true steps=3 rewards={easy_score:.2f},{medium_score:.2f},{hard_score:.2f}")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
print(f"[STEP] step=3 action=hard reward={hard_score:.2f} done=true error=null")
|
| 27 |
|
| 28 |
print(f"[END] success=true steps=3 rewards={easy_score:.2f},{medium_score:.2f},{hard_score:.2f}")
|
| 29 |
+
print(f"[END] success=true steps=3 rewards={easy_score:.2f},{medium_score:.2f},{hard_score:.2f}")
|
| 30 |
+
|
| 31 |
+
while True:
|
| 32 |
+
time.sleep(60)
|