Agents

Agents#

A suite of multi-agent RL agents.

QAgent

Q-learning agent that chooses actions based on a Q-table.

QValueAgent

Agent that selects actions based on scalar Q-values per global state.