Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lli
YM-Seminar
Commits
31cca5c3
Commit
31cca5c3
authored
Apr 25, 2021
by
lli
Browse files
changed learning rate tuning
parent
6676088d
Changes
2
Hide whitespace changes
Inline
Side-by-side
algorithms/actor_critic.py
0 → 100644
View file @
31cca5c3
reinforce_tune_lr.py
View file @
31cca5c3
...
...
@@ -2,8 +2,8 @@ import os
from
itertools
import
product
parameters
=
dict
(
policy_lr
=
[
0.1
,
0.01
],
value_lr
=
[
0.1
,
0.01
]
policy_lr
=
[
0.
0
1
,
0.
001
,
0.0001
,
0.000
01
],
value_lr
=
[
0.
0
1
,
0.
001
,
0.0001
,
0.000
01
]
)
param_values
=
[
v
for
v
in
parameters
.
values
()]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment