We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f121701 commit 805918cCopy full SHA for 805918c
examples/a2c/a2c_atari.py
@@ -76,6 +76,7 @@ def main(cfg: "DictConfig"): # noqa: F821
76
)
77
78
# use end-of-life as done key
79
+ adv_module.set_keys(done="end-of-life", terminated="end-of-life")
80
loss_module.set_keys(done="end-of-life", terminated="end-of-life")
81
82
# Create optimizer
examples/ppo/ppo_atari.py
@@ -79,6 +79,7 @@ def main(cfg: "DictConfig"): # noqa: F821
83
84
85
0 commit comments