AI project simulating a fleet of 5 two-wheeled robot cars that perform coordinated tasks using swarm intelligence.
Robots exhibit collective behavior. When one moves, others follow in formation. Demonstrates emergent intelligence in multi-agent systems.
- Python
-
-
Simulation-based (no hardware required)
-
- Clone the repo
-
- Run
python car_simulation.pyfor the main simulation -
-
Run
python robo_fleet.pyfor fleet behavior -
- Swarm intelligence
-
- Multi-agent coordination
-
- Autonomous robot behavior
-
- Run
-