MattStammers commited on
Commit
0dbbc31
·
1 Parent(s): 466211d

Upload folder using huggingface_hub

Browse files
Files changed (37) hide show
  1. .summary/0/events.out.tfevents.1697346952.rhmmedcatt-proliant-ml350-gen10 +3 -0
  2. .summary/1/events.out.tfevents.1697346952.rhmmedcatt-proliant-ml350-gen10 +3 -0
  3. README.md +117 -4
  4. checkpoint_p0/best_000049536_50724864_reward_-1122.640.pth +3 -0
  5. checkpoint_p0/checkpoint_000098432_100794368.pth +3 -0
  6. checkpoint_p0/checkpoint_000098976_101351424.pth +3 -0
  7. checkpoint_p0/milestones/checkpoint_000008032_8224768.pth +3 -0
  8. checkpoint_p0/milestones/checkpoint_000016192_16580608.pth +3 -0
  9. checkpoint_p0/milestones/checkpoint_000024352_24936448.pth +3 -0
  10. checkpoint_p0/milestones/checkpoint_000032480_33259520.pth +3 -0
  11. checkpoint_p0/milestones/checkpoint_000040608_41582592.pth +3 -0
  12. checkpoint_p0/milestones/checkpoint_000048736_49905664.pth +3 -0
  13. checkpoint_p0/milestones/checkpoint_000056864_58228736.pth +3 -0
  14. checkpoint_p0/milestones/checkpoint_000065024_66584576.pth +3 -0
  15. checkpoint_p0/milestones/checkpoint_000073152_74907648.pth +3 -0
  16. checkpoint_p0/milestones/checkpoint_000081312_83263488.pth +3 -0
  17. checkpoint_p0/milestones/checkpoint_000089472_91619328.pth +3 -0
  18. checkpoint_p0/milestones/checkpoint_000097600_99942400.pth +3 -0
  19. checkpoint_p1/best_000094432_96698368_reward_-711.520.pth +3 -0
  20. checkpoint_p1/checkpoint_000097120_99450880.pth +3 -0
  21. checkpoint_p1/checkpoint_000097664_100007936.pth +3 -0
  22. checkpoint_p1/milestones/checkpoint_000007936_8126464.pth +3 -0
  23. checkpoint_p1/milestones/checkpoint_000015968_16351232.pth +3 -0
  24. checkpoint_p1/milestones/checkpoint_000024032_24608768.pth +3 -0
  25. checkpoint_p1/milestones/checkpoint_000032064_32833536.pth +3 -0
  26. checkpoint_p1/milestones/checkpoint_000040096_41058304.pth +3 -0
  27. checkpoint_p1/milestones/checkpoint_000048128_49283072.pth +3 -0
  28. checkpoint_p1/milestones/checkpoint_000056192_57540608.pth +3 -0
  29. checkpoint_p1/milestones/checkpoint_000064224_65765376.pth +3 -0
  30. checkpoint_p1/milestones/checkpoint_000072256_73990144.pth +3 -0
  31. checkpoint_p1/milestones/checkpoint_000080288_82214912.pth +3 -0
  32. checkpoint_p1/milestones/checkpoint_000088320_90439680.pth +3 -0
  33. checkpoint_p1/milestones/checkpoint_000096320_98631680.pth +3 -0
  34. config.json +40 -22
  35. git.diff +2 -2
  36. replay.mp4 +2 -2
  37. sf_log.txt +0 -0
.summary/0/events.out.tfevents.1697346952.rhmmedcatt-proliant-ml350-gen10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b9b3c7089f69eb2e0e88ec6850622469c0b6aa984669d9523995b4366f36d4a
3
+ size 7970810
.summary/1/events.out.tfevents.1697346952.rhmmedcatt-proliant-ml350-gen10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:550c6b96fbb18ea440469b055ce038d085575d9a88f202dd950fdd600af7c1db
3
+ size 4611340
README.md CHANGED
@@ -15,7 +15,7 @@ model-index:
15
  type: atari_skiing
16
  metrics:
17
  - type: mean_reward
18
- value: -28038.00 +/- 5517.54
19
  name: mean_reward
20
  verified: false
21
  ---
@@ -30,15 +30,128 @@ Documentation for how to use Sample-Factory can be found at https://www.samplefa
30
 
31
  After installing Sample-Factory, download the model with:
32
  ```
33
- python -m sample_factory.huggingface.load_from_hub -r MattStammers/appo-atari_skiing
34
  ```
35
 
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  ## Using the model
38
 
39
  To run the model after download, use the `enjoy` script corresponding to this environment:
40
  ```
41
- python -m sf_examples.atari.enjoy_atari --algo=APPO --env=atari_skiing --train_dir=./train_dir --experiment=appo-atari_skiing
42
  ```
43
 
44
 
@@ -49,7 +162,7 @@ See https://www.samplefactory.dev/10-huggingface/huggingface/ for more details
49
 
50
  To continue training with this model, use the `train` script corresponding to this environment:
51
  ```
52
- python -m sf_examples.atari.train_atari --algo=APPO --env=atari_skiing --train_dir=./train_dir --experiment=appo-atari_skiing --restart_behavior=resume --train_for_env_steps=10000000000
53
  ```
54
 
55
  Note, you may have to adjust `--train_for_env_steps` to a suitably high number as the experiment will resume at the number of steps it concluded at.
 
15
  type: atari_skiing
16
  metrics:
17
  - type: mean_reward
18
+ value: -27467.60 +/- 3896.12
19
  name: mean_reward
20
  verified: false
21
  ---
 
30
 
31
  After installing Sample-Factory, download the model with:
32
  ```
33
+ python -m sample_factory.huggingface.load_from_hub -r MattStammers/APPO-atari_skiing
34
  ```
35
 
36
 
37
+ ## About the Model
38
+
39
+ This model as with all the others in the benchmarks was trained initially asynchronously un-seeded to 10 million steps for the purposes of setting a sample factory async baseline for this model on this environment but only 3/57 made it.
40
+
41
+ The aim is to reach state-of-the-art (SOTA) performance on each atari environment. I will flag the models with SOTA when they reach at or near these levels.
42
+
43
+ The hyperparameters used in the model are the ones I have pushed to my fork of sample-factory: https://github.com/MattStammers/sample-factory. Given that https://huggingface.co/edbeeching has kindly shared his.
44
+ I saved time and energy by using many of his tuned hyperparameters to maximise performance. However, he used 2 billion training steps. I have started as explained above at 10 million then moved to 100m to see how performance goes:
45
+ ```
46
+ hyperparameters = {
47
+ "device": "gpu",
48
+ "seed": 1234,
49
+ "num_policies": 2,
50
+ "async_rl": true,
51
+ "serial_mode": false,
52
+ "batched_sampling": true,
53
+ "num_batches_to_accumulate": 2,
54
+ "worker_num_splits": 1,
55
+ "policy_workers_per_policy": 1,
56
+ "max_policy_lag": 1000,
57
+ "num_workers": 16,
58
+ "num_envs_per_worker": 2,
59
+ "batch_size": 1024,
60
+ "num_batches_per_epoch": 8,
61
+ "num_epochs": 4,
62
+ "rollout": 128,
63
+ "recurrence": 1,
64
+ "shuffle_minibatches": false,
65
+ "gamma": 0.99,
66
+ "reward_scale": 1.0,
67
+ "reward_clip": 1000.0,
68
+ "value_bootstrap": false,
69
+ "normalize_returns": true,
70
+ "exploration_loss_coeff": 0.0004677351413,
71
+ "value_loss_coeff": 0.5,
72
+ "kl_loss_coeff": 0.0,
73
+ "exploration_loss": "entropy",
74
+ "gae_lambda": 0.95,
75
+ "ppo_clip_ratio": 0.1,
76
+ "ppo_clip_value": 1.0,
77
+ "with_vtrace": false,
78
+ "vtrace_rho": 1.0,
79
+ "vtrace_c": 1.0,
80
+ "optimizer": "adam",
81
+ "adam_eps": 1e-05,
82
+ "adam_beta1": 0.9,
83
+ "adam_beta2": 0.999,
84
+ "max_grad_norm": 0.0,
85
+ "learning_rate": 0.0003033891184,
86
+ "lr_schedule": "linear_decay",
87
+ "lr_schedule_kl_threshold": 0.008,
88
+ "lr_adaptive_min": 1e-06,
89
+ "lr_adaptive_max": 0.01,
90
+ "obs_subtract_mean": 0.0,
91
+ "obs_scale": 255.0,
92
+ "normalize_input": true,
93
+ "normalize_input_keys": [
94
+ "obs"
95
+ ],
96
+ "decorrelate_experience_max_seconds": 0,
97
+ "decorrelate_envs_on_one_worker": true,
98
+ "actor_worker_gpus": [],
99
+ "set_workers_cpu_affinity": true,
100
+ "force_envs_single_thread": false,
101
+ "default_niceness": 0,
102
+ "log_to_file": true,
103
+ "experiment_summaries_interval": 3,
104
+ "flush_summaries_interval": 30,
105
+ "stats_avg": 100,
106
+ "summaries_use_frameskip": true,
107
+ "heartbeat_interval": 10,
108
+ "heartbeat_reporting_interval": 60,
109
+ "train_for_env_steps": 100000000,
110
+ "train_for_seconds": 10000000000,
111
+ "save_every_sec": 120,
112
+ "keep_checkpoints": 2,
113
+ "load_checkpoint_kind": "latest",
114
+ "save_milestones_sec": 1200,
115
+ "save_best_every_sec": 5,
116
+ "save_best_metric": "reward",
117
+ "save_best_after": 100000,
118
+ "benchmark": false,
119
+ "encoder_mlp_layers": [
120
+ 512,
121
+ 512
122
+ ],
123
+ "encoder_conv_architecture": "convnet_atari",
124
+ "encoder_conv_mlp_layers": [
125
+ 512
126
+ ],
127
+ "use_rnn": false,
128
+ "rnn_size": 512,
129
+ "rnn_type": "gru",
130
+ "rnn_num_layers": 1,
131
+ "decoder_mlp_layers": [],
132
+ "nonlinearity": "relu",
133
+ "policy_initialization": "orthogonal",
134
+ "policy_init_gain": 1.0,
135
+ "actor_critic_share_weights": true,
136
+ "adaptive_stddev": false,
137
+ "continuous_tanh_scale": 0.0,
138
+ "initial_stddev": 1.0,
139
+ "use_env_info_cache": false,
140
+ "env_gpu_actions": false,
141
+ "env_gpu_observations": true,
142
+ "env_frameskip": 4,
143
+ "env_framestack": 4,
144
+ }
145
+
146
+ ```
147
+
148
+
149
+
150
  ## Using the model
151
 
152
  To run the model after download, use the `enjoy` script corresponding to this environment:
153
  ```
154
+ python -m sf_examples.atari.enjoy_atari --algo=APPO --env=atari_skiing --train_dir=./train_dir --experiment=APPO-atari_skiing
155
  ```
156
 
157
 
 
162
 
163
  To continue training with this model, use the `train` script corresponding to this environment:
164
  ```
165
+ python -m sf_examples.atari.train_atari --algo=APPO --env=atari_skiing --train_dir=./train_dir --experiment=APPO-atari_skiing --restart_behavior=resume --train_for_env_steps=10000000000
166
  ```
167
 
168
  Note, you may have to adjust `--train_for_env_steps` to a suitably high number as the experiment will resume at the number of steps it concluded at.
checkpoint_p0/best_000049536_50724864_reward_-1122.640.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa73ab046ebee67f7fe6ecc5df2b91606b2907941c4b109252a81288f3a9c29e
3
+ size 20703411
checkpoint_p0/checkpoint_000098432_100794368.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c91de21081ee5a98dc05f419525b1534f85748894369d98954eb2e883df3804
3
+ size 20703747
checkpoint_p0/checkpoint_000098976_101351424.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56a2801f5d122ce38789841167915855280b63c82c9a57574fa1e6ae6823319a
3
+ size 20703747
checkpoint_p0/milestones/checkpoint_000008032_8224768.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cb8571012ae3e717c56d72ba9ed3107c7b45cdc52ddb527d239f5dd212b13df
3
+ size 20704603
checkpoint_p0/milestones/checkpoint_000016192_16580608.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:737fc8fb97cb938bb3e58f88bd101cb22eb4fbb75237c4be001cd078e5336821
3
+ size 20704659
checkpoint_p0/milestones/checkpoint_000024352_24936448.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca3fbe1de2b4f9990aac268fecb05ef36eabca06fc5fef3fb050c6db22575fcb
3
+ size 20704659
checkpoint_p0/milestones/checkpoint_000032480_33259520.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efedcd7680adf259591ae56cee920bba94650a068133b991b7cca1b45c78ef6f
3
+ size 20704659
checkpoint_p0/milestones/checkpoint_000040608_41582592.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9922cbffd220ab9a95c7038d871c5a3e6fbb8e099dc11d480b0eca779f1a736c
3
+ size 20704659
checkpoint_p0/milestones/checkpoint_000048736_49905664.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c534ec157873d1ab4674a30ff5565d68393757d70ed5871bf6cf1cdfa1043bd
3
+ size 20704659
checkpoint_p0/milestones/checkpoint_000056864_58228736.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1a23f94cf9cf5f8f03cc9b1dd916f8dd85928395bd580c9d111d59d8a9e70d2
3
+ size 20704659
checkpoint_p0/milestones/checkpoint_000065024_66584576.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c05d1d898db3ed6c8b8701808d4cf7bbc9fac6aff95cf9ae9ffb7e1d169561ce
3
+ size 20704659
checkpoint_p0/milestones/checkpoint_000073152_74907648.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39c536cece1147499cebfc5dedc3d40b5e79976545ea924dc93a3029483bfeb5
3
+ size 20704659
checkpoint_p0/milestones/checkpoint_000081312_83263488.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6985e058b9d217371e84b876751bcbe1a29277f4dcdf00221eed4f9805b2af0a
3
+ size 20704659
checkpoint_p0/milestones/checkpoint_000089472_91619328.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1feab1cf5a752444c1605fba60bcb69d7115b9980dfe55f14dc01e6bd0528fe
3
+ size 20704659
checkpoint_p0/milestones/checkpoint_000097600_99942400.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f23a37248e502e99624107489eea6c12406eb76f7a22bb62641eb08b5c11efe
3
+ size 20704659
checkpoint_p1/best_000094432_96698368_reward_-711.520.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14ffb12db1286a2337f57e9f5f9768bcf791e28e93d19cd29c06212b95d1df09
3
+ size 20703411
checkpoint_p1/checkpoint_000097120_99450880.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3113c6be9c6593f0bee4514a3ddd6effb248200907d270713ad2628aadeae5ac
3
+ size 20703747
checkpoint_p1/checkpoint_000097664_100007936.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f71df199894f56e7472dcc4f8291a3e7981c30f2eb8153d006e2be7f083cd526
3
+ size 20703747
checkpoint_p1/milestones/checkpoint_000007936_8126464.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b594f73c013430a96c5e134807708c8777d8f7806c5a655a84eef69bc3b3a459
3
+ size 20704603
checkpoint_p1/milestones/checkpoint_000015968_16351232.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b3f1434b48acf9a5498d3de43d332ac7941e08ad53f8ccff2644943d9bfbd40
3
+ size 20704659
checkpoint_p1/milestones/checkpoint_000024032_24608768.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fc4bae8a0f4a6d3cf0e924276051d64e485176bfb41cb3d05807a2b882d6219
3
+ size 20704659
checkpoint_p1/milestones/checkpoint_000032064_32833536.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:978db3ca3b7c894dc33b639d1230ecff8fb04ba13121549b6f0e85278f7ffd0c
3
+ size 20704659
checkpoint_p1/milestones/checkpoint_000040096_41058304.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdcd486ef8bf77756f70ac88bcc55139080837e373eb0bdb0cf056d960b01bdb
3
+ size 20704659
checkpoint_p1/milestones/checkpoint_000048128_49283072.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:132ed4cac7cea9801c339aa6e933b842a97dff01379fce1d5e57859a6683fdd1
3
+ size 20704659
checkpoint_p1/milestones/checkpoint_000056192_57540608.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc6ba94fd3423f702cdda6ad5afd3772e56c4dfbf60e5c4944736a50007bb8e5
3
+ size 20704659
checkpoint_p1/milestones/checkpoint_000064224_65765376.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecb212ba4c3cf4241a178901f76ec306db3b0dd726ae563ad070b34e09402de2
3
+ size 20704659
checkpoint_p1/milestones/checkpoint_000072256_73990144.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45b1b5115867ac5389b7938da2e4ede95e853706967d5830efd4377e92602726
3
+ size 20704659
checkpoint_p1/milestones/checkpoint_000080288_82214912.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a47f0659f886df052cd02d557e3d0674e860cc31e7a8df69c37e8f36d70db251
3
+ size 20704659
checkpoint_p1/milestones/checkpoint_000088320_90439680.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b0b9444aa69de027a057f1af99629dcd3abfcc921532ef4cb39567ab7ca1de7
3
+ size 20704659
checkpoint_p1/milestones/checkpoint_000096320_98631680.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d109d57ef0383210a8fb01dcd75652ce2526477bf88b046de944f70ff1e2eb3
3
+ size 20704659
config.json CHANGED
@@ -2,23 +2,23 @@
2
  "help": false,
3
  "algo": "APPO",
4
  "env": "atari_skiing",
5
- "experiment": "atari_skiing",
6
  "train_dir": "./train_atari",
7
- "restart_behavior": "resume",
8
  "device": "gpu",
9
- "seed": null,
10
  "num_policies": 2,
11
- "async_rl": false,
12
  "serial_mode": false,
13
- "batched_sampling": false,
14
  "num_batches_to_accumulate": 2,
15
  "worker_num_splits": 1,
16
  "policy_workers_per_policy": 1,
17
  "max_policy_lag": 1000,
18
- "num_workers": 8,
19
- "num_envs_per_worker": 1,
20
- "batch_size": 256,
21
- "num_batches_per_epoch": 4,
22
  "num_epochs": 4,
23
  "rollout": 128,
24
  "recurrence": 1,
@@ -28,7 +28,7 @@
28
  "reward_clip": 1000.0,
29
  "value_bootstrap": false,
30
  "normalize_returns": true,
31
- "exploration_loss_coeff": 0.01,
32
  "value_loss_coeff": 0.5,
33
  "kl_loss_coeff": 0.0,
34
  "exploration_loss": "entropy",
@@ -42,8 +42,8 @@
42
  "adam_eps": 1e-05,
43
  "adam_beta1": 0.9,
44
  "adam_beta2": 0.999,
45
- "max_grad_norm": 0.5,
46
- "learning_rate": 0.00025,
47
  "lr_schedule": "linear_decay",
48
  "lr_schedule_kl_threshold": 0.008,
49
  "lr_adaptive_min": 1e-06,
@@ -51,7 +51,9 @@
51
  "obs_subtract_mean": 0.0,
52
  "obs_scale": 255.0,
53
  "normalize_input": true,
54
- "normalize_input_keys": null,
 
 
55
  "decorrelate_experience_max_seconds": 0,
56
  "decorrelate_envs_on_one_worker": true,
57
  "actor_worker_gpus": [],
@@ -63,14 +65,14 @@
63
  "flush_summaries_interval": 30,
64
  "stats_avg": 100,
65
  "summaries_use_frameskip": true,
66
- "heartbeat_interval": 20,
67
- "heartbeat_reporting_interval": 180,
68
- "train_for_env_steps": 10000000,
69
  "train_for_seconds": 10000000000,
70
  "save_every_sec": 120,
71
  "keep_checkpoints": 2,
72
  "load_checkpoint_kind": "latest",
73
- "save_milestones_sec": -1,
74
  "save_best_every_sec": 5,
75
  "save_best_metric": "reward",
76
  "save_best_after": 100000,
@@ -104,7 +106,7 @@
104
  "use_record_episode_statistics": true,
105
  "with_wandb": true,
106
  "wandb_user": "matt-stammers",
107
- "wandb_project": "atari",
108
  "wandb_group": "atari_skiing",
109
  "wandb_job_type": "SF",
110
  "wandb_tags": [
@@ -122,16 +124,32 @@
122
  "pbt_target_objective": "true_objective",
123
  "pbt_perturb_min": 1.1,
124
  "pbt_perturb_max": 1.5,
125
- "command_line": "--algo=APPO --env=atari_skiing --experiment=atari_skiing --num_policies=2 --train_dir=./train_atari --with_wandb=true --wandb_user=matt-stammers --wandb_project=atari --wandb_group=atari_skiing --wandb_job_type=SF --wandb_tags=atari",
126
  "cli_args": {
127
  "algo": "APPO",
128
  "env": "atari_skiing",
129
- "experiment": "atari_skiing",
130
  "train_dir": "./train_atari",
 
 
131
  "num_policies": 2,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  "with_wandb": true,
133
  "wandb_user": "matt-stammers",
134
- "wandb_project": "atari",
135
  "wandb_group": "atari_skiing",
136
  "wandb_job_type": "SF",
137
  "wandb_tags": [
@@ -140,5 +158,5 @@
140
  },
141
  "git_hash": "5fff97c2f535da5987d358cdbe6927cccd43621e",
142
  "git_repo_name": "not a git repository",
143
- "wandb_unique_id": "atari_skiing_20230927_032908_788649"
144
  }
 
2
  "help": false,
3
  "algo": "APPO",
4
  "env": "atari_skiing",
5
+ "experiment": "atari_skiing_APPO",
6
  "train_dir": "./train_atari",
7
+ "restart_behavior": "restart",
8
  "device": "gpu",
9
+ "seed": 1234,
10
  "num_policies": 2,
11
+ "async_rl": true,
12
  "serial_mode": false,
13
+ "batched_sampling": true,
14
  "num_batches_to_accumulate": 2,
15
  "worker_num_splits": 1,
16
  "policy_workers_per_policy": 1,
17
  "max_policy_lag": 1000,
18
+ "num_workers": 16,
19
+ "num_envs_per_worker": 2,
20
+ "batch_size": 1024,
21
+ "num_batches_per_epoch": 8,
22
  "num_epochs": 4,
23
  "rollout": 128,
24
  "recurrence": 1,
 
28
  "reward_clip": 1000.0,
29
  "value_bootstrap": false,
30
  "normalize_returns": true,
31
+ "exploration_loss_coeff": 0.0004677351413,
32
  "value_loss_coeff": 0.5,
33
  "kl_loss_coeff": 0.0,
34
  "exploration_loss": "entropy",
 
42
  "adam_eps": 1e-05,
43
  "adam_beta1": 0.9,
44
  "adam_beta2": 0.999,
45
+ "max_grad_norm": 0.0,
46
+ "learning_rate": 0.0003033891184,
47
  "lr_schedule": "linear_decay",
48
  "lr_schedule_kl_threshold": 0.008,
49
  "lr_adaptive_min": 1e-06,
 
51
  "obs_subtract_mean": 0.0,
52
  "obs_scale": 255.0,
53
  "normalize_input": true,
54
+ "normalize_input_keys": [
55
+ "obs"
56
+ ],
57
  "decorrelate_experience_max_seconds": 0,
58
  "decorrelate_envs_on_one_worker": true,
59
  "actor_worker_gpus": [],
 
65
  "flush_summaries_interval": 30,
66
  "stats_avg": 100,
67
  "summaries_use_frameskip": true,
68
+ "heartbeat_interval": 10,
69
+ "heartbeat_reporting_interval": 60,
70
+ "train_for_env_steps": 100000000,
71
  "train_for_seconds": 10000000000,
72
  "save_every_sec": 120,
73
  "keep_checkpoints": 2,
74
  "load_checkpoint_kind": "latest",
75
+ "save_milestones_sec": 1200,
76
  "save_best_every_sec": 5,
77
  "save_best_metric": "reward",
78
  "save_best_after": 100000,
 
106
  "use_record_episode_statistics": true,
107
  "with_wandb": true,
108
  "wandb_user": "matt-stammers",
109
+ "wandb_project": "atari_APPO",
110
  "wandb_group": "atari_skiing",
111
  "wandb_job_type": "SF",
112
  "wandb_tags": [
 
124
  "pbt_target_objective": "true_objective",
125
  "pbt_perturb_min": 1.1,
126
  "pbt_perturb_max": 1.5,
127
+ "command_line": "--algo=APPO --env=atari_skiing --experiment=atari_skiing_APPO --num_policies=2 --restart_behavior=restart --train_dir=./train_atari --train_for_env_steps=100000000 --seed=1234 --num_workers=16 --num_envs_per_worker=2 --num_batches_per_epoch=8 --async_rl=true --batched_sampling=true --batch_size=1024 --max_grad_norm=0 --learning_rate=0.0003033891184 --heartbeat_interval=10 --heartbeat_reporting_interval=60 --save_milestones_sec=1200 --num_epochs=4 --exploration_loss_coeff=0.0004677351413 --with_wandb=true --wandb_user=matt-stammers --wandb_project=atari_APPO --wandb_group=atari_skiing --wandb_job_type=SF --wandb_tags=atari",
128
  "cli_args": {
129
  "algo": "APPO",
130
  "env": "atari_skiing",
131
+ "experiment": "atari_skiing_APPO",
132
  "train_dir": "./train_atari",
133
+ "restart_behavior": "restart",
134
+ "seed": 1234,
135
  "num_policies": 2,
136
+ "async_rl": true,
137
+ "batched_sampling": true,
138
+ "num_workers": 16,
139
+ "num_envs_per_worker": 2,
140
+ "batch_size": 1024,
141
+ "num_batches_per_epoch": 8,
142
+ "num_epochs": 4,
143
+ "exploration_loss_coeff": 0.0004677351413,
144
+ "max_grad_norm": 0.0,
145
+ "learning_rate": 0.0003033891184,
146
+ "heartbeat_interval": 10,
147
+ "heartbeat_reporting_interval": 60,
148
+ "train_for_env_steps": 100000000,
149
+ "save_milestones_sec": 1200,
150
  "with_wandb": true,
151
  "wandb_user": "matt-stammers",
152
+ "wandb_project": "atari_APPO",
153
  "wandb_group": "atari_skiing",
154
  "wandb_job_type": "SF",
155
  "wandb_tags": [
 
158
  },
159
  "git_hash": "5fff97c2f535da5987d358cdbe6927cccd43621e",
160
  "git_repo_name": "not a git repository",
161
+ "wandb_unique_id": "atari_skiing_APPO_20231015_061550_065574"
162
  }
git.diff CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:28f3fe545f35e5db1e419bf1e198c0bc5ef89459d55f59e2d06d3c108907e732
3
- size 14403396
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3357904f421d3f4924836316b1741bf64d5dd0e807d5e80ac07059b4c52a7008
3
+ size 14426734
replay.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e591aba5eb6ac6af0ea06026328300f41a004f8e7aafd895e254267a28c738a2
3
- size 4677758
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67b27d86ec68b97ff58fea1161560a40196405ef28acd9fb3073e1d4f5d44200
3
+ size 4349444
sf_log.txt CHANGED
The diff for this file is too large to render. See raw diff