Spaces:
Build error
Build error
Upload app.py
Browse files
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(
|
| 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 |
|