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 d3939cb commit 2b2bc5fCopy full SHA for 2b2bc5f
test.py
@@ -16,7 +16,7 @@
16
from generators.obstacle_gen import *
17
18
19
-def main(config, n_domains=5000, max_obs=40,
+def main(config, n_domains=100, max_obs=30,
20
max_obs_size=None, n_traj=1, n_actions=8):
21
# Correct vs total:
22
correct, total = 0.0, 0.0
0 commit comments