MACOptions: Multi-Agent Learning with Centralized Controller and Options Framework
This addresses multi-agent automation planning, but it appears incremental as it combines existing methods like Q-learning and Options Framework.
The paper tackled multi-agent planning by implementing a centralized controller and comparing random policy, Q-learning, and Q-learning with Options Framework, showing performance improvements with a planner.
These days automation is being applied everywhere. In every environment, planning for the actions to be taken by the agents is an important aspect. In this paper, we plan to implement planning for multi-agents with a centralized controller. We compare three approaches: random policy, Q-learning, and Q-learning with Options Framework. We also show the effectiveness of planners by showing performance comparison between Q-Learning with Planner and without Planner.