We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7e5ae commit 1a4c477Copy full SHA for 1a4c477
all/presets/atari/a2c.py
@@ -92,7 +92,7 @@ def _a2c(envs, writer=DummyWriter()):
92
clip_grad=clip_grad,
93
writer=writer,
94
)
95
-
+
96
return ParallelAtariBody(
97
A2C(
98
features,
0 commit comments