Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dipam Chakraborty
neurips-2020-procgen-competition
Commits
62e9c9bc
Commit
62e9c9bc
authored
Oct 27, 2020
by
Dipam Chakraborty
Browse files
4x model
parent
04d5264d
Changes
1
Hide whitespace changes
Inline
Side-by-side
experiments/custom-ppg.yaml
View file @
62e9c9bc
...
@@ -45,9 +45,9 @@ procgen-ppo:
...
@@ -45,9 +45,9 @@ procgen-ppo:
no_done_at_end
:
False
no_done_at_end
:
False
# Custom switches
# Custom switches
skips
:
2
skips
:
0
n_pi
:
16
n_pi
:
16
num_retunes
:
1
4
num_retunes
:
1
6
retune_epochs
:
6
retune_epochs
:
6
standardize_rewards
:
True
standardize_rewards
:
True
aux_mbsize
:
4
aux_mbsize
:
4
...
@@ -88,8 +88,10 @@ procgen-ppo:
...
@@ -88,8 +88,10 @@ procgen-ppo:
model
:
model
:
custom_model
:
impala_torch_ppg
custom_model
:
impala_torch_ppg
custom_model_config
:
custom_model_config
:
depths
:
[
32
,
64
,
64
]
# depths: [32, 64, 64]
nlatents
:
512
# nlatents: 512
depths
:
[
64
,
128
,
128
]
nlatents
:
1024
init_normed
:
True
init_normed
:
True
use_layernorm
:
False
use_layernorm
:
False
diff_framestack
:
True
diff_framestack
:
True
...
...
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