This is an implementation of the Risk-Averse Quantal Equilibrium (RQE) solution concepts. Which was introduced in the paper: Tractable Multi-Agent Reinforcement Learning Through Behavioral Economics and published as conference paper at ICLR 2025.
If you want to cite the orinal paper, please use the following BibTeX entry:
@inproceedings{
mazumdar2025tractable,
title={Tractable Multi-Agent Reinforcement Learning through Behavioral Economics},
author={Eric Mazumdar, Kishan Panaganti, Laixi Shi},
booktitle={The Thirteenth International Conference on Learning Representations},
year={2025},
url={https://openreview.net/forum?id=stUKwWBuBm}
}
For more information, please refer to the RQE documentation.
The original implementation of RQE by the authors is available at kishanpb/Risk-Averse-Quantal-Equilibrium