Skip to content

Commit cbdb392

Browse files
committed
Update script
1 parent dcd3024 commit cbdb392

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

rlpy/experiments/experiment.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
deltaT,
1414
hhmmss,
1515
plt,
16-
printClass,
1716
with_pdf_fonts,
1817
MARKERS,
1918
)

scripts/fr_gridworld.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
map_,
1919
"--num-policy-checks=20",
2020
"--max-steps=4000",
21-
"--epsilon=0.1",
21+
"--epsilon=0.4",
22+
"--epsilon-min=0.1",
2223
"--plot-save",
24+
# "--agent=count-based-q",
25+
# "--beta=1",
2326
]
2427
)

0 commit comments

Comments
 (0)