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