Skip to content

Commit 1a4c477

Browse files
committed
linting
1 parent 7b7e5ae commit 1a4c477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

all/presets/atari/a2c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def _a2c(envs, writer=DummyWriter()):
9292
clip_grad=clip_grad,
9393
writer=writer,
9494
)
95-
95+
9696
return ParallelAtariBody(
9797
A2C(
9898
features,

0 commit comments

Comments
 (0)