Ds0uz4 commited on
Commit
ac1797d
·
1 Parent(s): f7d71d8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def run_mega_simulation(zip_file):
137
 
138
  # Run Simulation
139
  pos = list(env.start)
140
- battery = 200
141
  score = 0
142
  history = []
143
 
 
137
 
138
  # Run Simulation
139
  pos = list(env.start)
140
+ battery = 100
141
  score = 0
142
  history = []
143