Mephesto1 commited on
Commit
922a8a7
·
verified ·
1 Parent(s): 52f9fe4

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ pod_sequence = ["Pod A", "Pod B", "Pod C", "Pod D", "Pod E", "Pod F", "Pod G", "
14
  pod_history = []
15
 
16
  # Initialize agents
17
- sensor_agent = SensorAgent(sequence=sensor_sequence, change_days=10)
18
  pod_agent = PodAgent(sequence=pod_sequence, change_days=3)
19
  schedule_agent = ScheduleAgent(sensor_agent, pod_agent)
20
 
 
14
  pod_history = []
15
 
16
  # Initialize agents
17
+ sensor_agent = SensorAgent(change_days=10)
18
  pod_agent = PodAgent(sequence=pod_sequence, change_days=3)
19
  schedule_agent = ScheduleAgent(sensor_agent, pod_agent)
20