-
Notifications
You must be signed in to change notification settings - Fork 0
/
bird.yaml
39 lines (39 loc) · 913 Bytes
/
bird.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
behaviors:
bird:
trainer_type: ppo
hyperparameters:
batch_size: 2048
buffer_size: 20480
learning_rate: 0.0003
beta: 0.005
epsilon: 0.2
lambd: 0.95
num_epoch: 3
learning_rate_schedule: linear
network_settings:
normalize: true
hidden_units: 512
num_layers: 3
vis_encode_type: simple
reward_signals:
extrinsic:
gamma: 0.8
strength: 1.0
keep_checkpoints: 5
max_steps: 10000000
time_horizon: 1000
summary_freq: 30000
threaded: true
#environment_parameters:
#lesson:
#curriculum:
#- name: Lesson1 # Sin obstaculos
#completion_criteria:
#measure: progress
#behavior: bird
#signal_smoothing: true
#min_lesson_length: 100
#threshold: 0.5
#value: 0.0
#- name: Lesson2 # Con obstaculos
#value: 1.0