everyone.
What is the difference between Multi-agent reinforcement learning and Multi-objective reinforcement learning?
And can you explain the pros and cons of the two methods?
I think both methods can serve some objectives...
Multiple-agents and multiple-objectives are orthogonal concepts. They can be combined together.
Examples of multiple-objectives:
Agents are independent decision-making systems, like individual players in a game. Multiple agents can cooperate or compete with each other, in either shared or separate environments.
Cooperatively, they seek to maximize at least two objectives, their individual performance while also maximizing the objective of the team's performance. This is a multi-objective problem in a multi-agent problem.
Most production systems have multiple objectives either implicitly or explicitly.