We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# Setup optimizer self.params = list(self.model.parameters()) self.loss = QMixLoss(self.model, self.target_model, self.mixer, self.target_mixer, self.n_agents, self.n_actions, self.config["double_q"], self.config["gamma"])
The text was updated successfully, but these errors were encountered:
It looks like this is missing from the port: self.params += list(self.mixer.parameters())
self.params += list(self.mixer.parameters())
Sorry, something went wrong.
ericl
Successfully merging a pull request may close this issue.
QMIX: No backprop on the (mixer) hypernetworks?
Source code / logs
The text was updated successfully, but these errors were encountered: