Views
No views yet
1%%file /content/ml-agents/config/ppo/PyramidsRND.yaml
2behaviors:
3Pyramids:
4 trainer_type: ppo
5 hyperparameters:
6 batch_size: 252
7 buffer_size: 4096
8 learning_rate: 0.0003
9 beta: 0.01
10 epsilon: 0.2
11 lambd: 0.95
12 num_epoch: 3
13 learning_rate_schedule: linear
14 network_settings:
15 normalize: false
16 hidden_units: 512
17 num_layers: 2
18 vis_encode_type: nature_cnn
19 reward_signals:
20 extrinsic:
21 gamma: 0.99
22 strength: 1.0
23 rnd:
24 gamma: 0.99
25 strength: 0.01
26 network_settings:
27 hidden_units: 64
28 num_layers: 3
29 learning_rate: 0.0001
30 keep_checkpoints: 5
31 max_steps: 3000000
32 time_horizon: 512
33 summary_freq: 10000mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume