Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Algorithm] QGNN mixer #1420

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

matteobettini
Copy link
Contributor

@matteobettini matteobettini commented Jul 27, 2023

Value function mixer using a GNN

from https://arxiv.org/abs/2205.13005

missing:

  • docs
  • tests

implemented by @Acciorocketships

Signed-off-by: Matteo Bettini <[email protected]>
Signed-off-by: Matteo Bettini <[email protected]>
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 27, 2023
@matteobettini matteobettini reopened this Jan 6, 2024
@vmoens vmoens added the new algo New algorithm request or PR label Feb 6, 2024
# Conflicts:
#	examples/multiagent/qmix_vdn.py
#	torchrl/modules/models/__init__.py
#	torchrl/modules/models/models.py
#	torchrl/modules/models/multiagent.py
Copy link

pytorch-bot bot commented Feb 6, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/rl/1420

Note: Links to docs will display an error until the docs builds have been completed.

✅ You can merge normally! (5 Unrelated Failures)

As of commit 314c069 with merge base ff3a350 (image):

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

BROKEN TRUNK - The following job failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@vmoens vmoens changed the title [Algo] QGNN mixer [Algorithm] QGNN mixer Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. new algo New algorithm request or PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants