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