Loading lesson page...
Multi-Agent RL
BuildPythonNo prerequisitesSingle-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...