AI From Scratch/Phase 09/Lesson 10/~45 minutes

Multi-Agent RL

BuildPythonNo prerequisites

Single-agent RL assumes the environment is stationary. Put two learning agents in the same world and that assumption breaks: each agent is part of the other's environment, and both are changing. Multi-agent RL is the set of tricks to make...

Loading lesson page...