Schedule Visualizer is a Python tool that creates graphical representations of task schedules for multiple agents. It processes CSV files containing agents' tasks, states, and proposed schedules aimed at achieving specific goals.
- Input CSV: The tool requires a CSV file detailing commands and states of agents over time.
- Visualization: It then generates a visual representation, showcasing the state of each agent at every step, aiding in understanding and optimizing task schedules.
- Run
scheduler_visualization.pywith the CSV file as input.
