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

[Docs] Fix multi-agent tutorial #1599

Merged
merged 5 commits into from
Oct 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update
Signed-off-by: Matteo Bettini <matbet@meta.com>
  • Loading branch information
matteobettini committed Oct 4, 2023
commit 80f9d54770719eb7ecadfde259c5e94f206602ee
1 change: 0 additions & 1 deletion examples/multiagent/sac.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ def train(cfg: "DictConfig"): # noqa: F821
loss_vals["loss_actor"]
+ loss_vals["loss_alpha"]
+ loss_vals["loss_qvalue"]
+ loss_vals["loss_alpha"]
)

loss_value.backward()
Expand Down
Loading