Skip to content

Commit c10b629

Browse files
committed
Format VizDoom pretrain test
1 parent 2c69063 commit c10b629

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

envpool/vizdoom/vizdoom_pretrain_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,9 @@ def test_d3(self) -> None:
177177
"D3_battle",
178178
model_path,
179179
"d3.cfg",
180-
{"KILLCOUNT": [1, 0]},
180+
{
181+
"KILLCOUNT": [1, 0]
182+
},
181183
),
182184
)
183185
proc.start()

0 commit comments

Comments
 (0)