01/ Problem
Problem
Coordinate multiple robots through cluttered environments with both centralized and decentralized search policies, and analyze where each wins.
Centralized + decentralized planning across TurtleBot3 swarms.

Coordinate multiple robots through cluttered environments with both centralized and decentralized search policies, and analyze where each wins.
Monte Carlo Tree Search policy implementations in two flavors: a centralized planner with full observability, and a decentralized variant where each robot runs its own MCTS with shared goal posting. Distributed multi-agent DQN baseline for comparison.
TurtleBot3 (simulated). Gazebo 11. ROS 2 Foxy. Containerized for reproducible runs.
Documented behavior trade-offs across centralized vs decentralized regimes; baseline numbers and emergent-behavior analysis across adversarial agents.