Skip to content

Commit 2b2bc5f

Browse files
author
Kent Sommer
committed
Fixed defaults
1 parent d3939cb commit 2b2bc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from generators.obstacle_gen import *
1717

1818

19-
def main(config, n_domains=5000, max_obs=40,
19+
def main(config, n_domains=100, max_obs=30,
2020
max_obs_size=None, n_traj=1, n_actions=8):
2121
# Correct vs total:
2222
correct, total = 0.0, 0.0

0 commit comments

Comments
 (0)