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
fc7b6895
Commit
fc7b6895
authored
Oct 28, 2020
by
Dipam Chakraborty
Browse files
ppg 4x
parent
429dfb5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
experiments/custom-ppg.yaml
View file @
fc7b6895
...
...
@@ -45,13 +45,13 @@ procgen-ppo:
no_done_at_end
:
False
# Custom switches
skips
:
0
n_pi
:
1
6
skips
:
6
n_pi
:
1
0
num_retunes
:
16
retune_epochs
:
6
standardize_rewards
:
True
aux_mbsize
:
4
aux_num_accumulates
:
2
aux_mbsize
:
2
aux_num_accumulates
:
4
augment_buffer
:
True
scale_reward
:
1.0
reset_returns
:
False
...
...
@@ -72,7 +72,7 @@ procgen-ppo:
entropy_schedule
:
False
# Memory management, if batch size overflow, batch splitting is done to handle it
max_minibatch_size
:
10
00
max_minibatch_size
:
5
00
updates_per_batch
:
8
normalize_actions
:
False
...
...
@@ -89,10 +89,10 @@ procgen-ppo:
model
:
custom_model
:
impala_torch_ppg
custom_model_config
:
depths
:
[
32
,
64
,
64
]
nlatents
:
512
#
depths: [64, 128, 128]
#
nlatents: 1024
#
depths: [32, 64, 64]
#
nlatents: 512
depths
:
[
64
,
128
,
128
]
nlatents
:
1024
init_normed
:
True
use_layernorm
:
False
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