- Hands-On Reinforcement Learning with Python
- Sudharsan Ravichandiran
- 67字
- 2021-06-18 19:12:03
Single and multi-agent environment
As the names suggest, a single-agent environment has only a single agent and the multi-agent environment has multiple agents. Multi-agent environments are extensively used while performing complex tasks. There will be different agents acting in completely different environments. Agents in a different environment will communicate with each other. A multi-agent environment will be mostly stochastic as it has a greater level of uncertainty.