We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd3024 commit cbdb392Copy full SHA for cbdb392
rlpy/experiments/experiment.py
@@ -13,7 +13,6 @@
13
deltaT,
14
hhmmss,
15
plt,
16
- printClass,
17
with_pdf_fonts,
18
MARKERS,
19
)
scripts/fr_gridworld.py
@@ -18,7 +18,10 @@
map_,
"--num-policy-checks=20",
20
"--max-steps=4000",
21
- "--epsilon=0.1",
+ "--epsilon=0.4",
22
+ "--epsilon-min=0.1",
23
"--plot-save",
24
+ # "--agent=count-based-q",
25
+ # "--beta=1",
26
]
27
0 commit comments