files
Browse files
app.py
CHANGED
|
@@ -137,7 +137,7 @@ def run_mega_simulation(zip_file):
|
|
| 137 |
|
| 138 |
# Run Simulation
|
| 139 |
pos = list(env.start)
|
| 140 |
-
battery =
|
| 141 |
score = 0
|
| 142 |
history = []
|
| 143 |
|
|
|
|
| 137 |
|
| 138 |
# Run Simulation
|
| 139 |
pos = list(env.start)
|
| 140 |
+
battery = 100
|
| 141 |
score = 0
|
| 142 |
history = []
|
| 143 |
|