-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcfg.yaml
43 lines (39 loc) · 1.14 KB
/
cfg.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
folders:
parent_dir: "./results/"
model_name: "newer"
settings:
game_id: "tektagt"
step_ratio: 6
frame_shape: !!python/tuple [128, 128, 1]
continue_game: 0.0
action_space: "multi_discrete"
characters: !!python/tuple ["Jin", "Heihachi"]
difficulty: 1
outfits: 1
wrappers_settings:
normalize_reward: true
no_attack_buttons_combinations: true
stack_frames: 6
dilation: 1
add_last_action: true
stack_actions: 12
scale: true
exclude_image_scaling: true
role_relative: true
flatten: true
filter_keys: ['action', 'frame', 'opp_active_character', 'opp_bar_status', 'opp_character', 'opp_character_1', 'opp_character_2', 'opp_health_1', 'opp_health_2', 'opp_side', 'own_active_character', 'own_bar_status', 'own_character', 'own_character_1', 'own_character_2', 'own_health_1', 'own_health_2', 'own_side', 'stage', 'timer']
policy_kwargs:
net_arch:
dict:
pi: [512, 256, 128]
vf: [512, 256, 128]
ppo_settings:
gamma: 0.92
learning_rate: [0.00008, 0.000009]
clip_range: [0.1, 0.01]
batch_size: 64
n_epochs: 15
n_steps: 2048
autosave_freq: 1000
time_steps: 250000
model_checkpoint: "1000000"