From 6648f4aeeebd3af0f6088db7558b809050286656 Mon Sep 17 00:00:00 2001 From: Jianhong Wang Date: Mon, 4 Dec 2023 12:07:10 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0678b2a..59c4285 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ +# SHAQ: Incorporating Shapley Value Theory into Multi-Agent Q-Learning + | :exclamation: News | |:-----------------------------------------| |The Jax version of SHAQ has been implemented and merged into the novel MARL framework for Jax called [JaxMARL](https://github.com/FLAIROx/JaxMARL) following CleanRL's philosophy of providing single file implementations.| -# SHAQ: Incorporating Shapley Value Theory into Multi-Agent Q-Learning - This is the implementation of the paper [SHAQ: Incorporating Shapley Value Theory into Multi-Agent Q-Learning](https://arxiv.org/abs/2105.15013), published on NeurIPS 2022. The implementation is based on [PyMARL](https://github.com/oxwhirl/pymarl/). Please refer to that repo for more documentation.