MattStammers commited on
Commit
17ea31a
·
1 Parent(s): 29b6443

Upload folder using huggingface_hub

Browse files
Files changed (37) hide show
  1. .summary/0/events.out.tfevents.1696879709.rhmmedcatt-proliant-ml350-gen10 +3 -0
  2. .summary/1/events.out.tfevents.1696879709.rhmmedcatt-proliant-ml350-gen10 +3 -0
  3. README.md +117 -4
  4. checkpoint_p0/best_000095072_97353728_reward_35.860.pth +3 -0
  5. checkpoint_p0/checkpoint_000096928_99254272.pth +3 -0
  6. checkpoint_p0/checkpoint_000097664_100007936.pth +3 -0
  7. checkpoint_p0/milestones/checkpoint_000007776_7962624.pth +3 -0
  8. checkpoint_p0/milestones/checkpoint_000015776_16154624.pth +3 -0
  9. checkpoint_p0/milestones/checkpoint_000023840_24412160.pth +3 -0
  10. checkpoint_p0/milestones/checkpoint_000031904_32669696.pth +3 -0
  11. checkpoint_p0/milestones/checkpoint_000040032_40992768.pth +3 -0
  12. checkpoint_p0/milestones/checkpoint_000048128_49283072.pth +3 -0
  13. checkpoint_p0/milestones/checkpoint_000056256_57606144.pth +3 -0
  14. checkpoint_p0/milestones/checkpoint_000064384_65929216.pth +3 -0
  15. checkpoint_p0/milestones/checkpoint_000072512_74252288.pth +3 -0
  16. checkpoint_p0/milestones/checkpoint_000080640_82575360.pth +3 -0
  17. checkpoint_p0/milestones/checkpoint_000088768_90898432.pth +3 -0
  18. checkpoint_p0/milestones/checkpoint_000096928_99254272.pth +3 -0
  19. checkpoint_p1/best_000097984_100335616_reward_37.490.pth +3 -0
  20. checkpoint_p1/checkpoint_000098240_100597760.pth +3 -0
  21. checkpoint_p1/checkpoint_000099008_101384192.pth +3 -0
  22. checkpoint_p1/milestones/checkpoint_000007872_8060928.pth +3 -0
  23. checkpoint_p1/milestones/checkpoint_000016000_16384000.pth +3 -0
  24. checkpoint_p1/milestones/checkpoint_000024160_24739840.pth +3 -0
  25. checkpoint_p1/milestones/checkpoint_000032384_33161216.pth +3 -0
  26. checkpoint_p1/milestones/checkpoint_000040608_41582592.pth +3 -0
  27. checkpoint_p1/milestones/checkpoint_000048832_50003968.pth +3 -0
  28. checkpoint_p1/milestones/checkpoint_000057088_58458112.pth +3 -0
  29. checkpoint_p1/milestones/checkpoint_000065312_66879488.pth +3 -0
  30. checkpoint_p1/milestones/checkpoint_000073536_75300864.pth +3 -0
  31. checkpoint_p1/milestones/checkpoint_000081792_83755008.pth +3 -0
  32. checkpoint_p1/milestones/checkpoint_000090016_92176384.pth +3 -0
  33. checkpoint_p1/milestones/checkpoint_000098240_100597760.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.1696879709.rhmmedcatt-proliant-ml350-gen10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a3ebf03f17f751b507ba72f72bf5dec3597e9145a34aa00c5bd43df47a69805
3
+ size 7948989
.summary/1/events.out.tfevents.1696879709.rhmmedcatt-proliant-ml350-gen10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b077754a836369406599e984c8ad07058eaeb3f34771ebd4a13b99014b154851
3
+ size 4600634
README.md CHANGED
@@ -15,7 +15,7 @@ model-index:
15
  type: atari_breakout
16
  metrics:
17
  - type: mean_reward
18
- value: 126.40 +/- 78.46
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_breakout
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_breakout --train_dir=./train_dir --experiment=appo-atari_breakout
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_breakout --train_dir=./train_dir --experiment=appo-atari_breakout --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_breakout
16
  metrics:
17
  - type: mean_reward
18
+ value: 495.10 +/- 169.27
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_breakout
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_breakout --train_dir=./train_dir --experiment=APPO-atari_breakout
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_breakout --train_dir=./train_dir --experiment=APPO-atari_breakout --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_000095072_97353728_reward_35.860.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d43cefcd6a33db18427f287db7f2dc4d827ad8b4bc73a934680c3d7f53fab42
3
+ size 20709555
checkpoint_p0/checkpoint_000096928_99254272.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08a88f204af596926a676d857ba079161c047f3c2c91c3124219fab1cc44ab95
3
+ size 20709891
checkpoint_p0/checkpoint_000097664_100007936.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1edde2012844e9566f899a3ab8a9d9a6d9cf0977a45eebe4f7ad7d5b3f9b69e5
3
+ size 20709891
checkpoint_p0/milestones/checkpoint_000007776_7962624.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be66bb45407970c661a0ad0a68c1c7a9d789892e121064a4c7e215e3d2abcf85
3
+ size 20710747
checkpoint_p0/milestones/checkpoint_000015776_16154624.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6396b26e6ceb089bad59505daf18ce13da249d78b5c42ef9c9d3109c7ae764b0
3
+ size 20710803
checkpoint_p0/milestones/checkpoint_000023840_24412160.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fccf1f07b6586d66be1803f495c73561064a4923adef49ac8b879765be4f573
3
+ size 20710803
checkpoint_p0/milestones/checkpoint_000031904_32669696.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4cbcda7826c4b920e5f12aeebfdbfcf64e8b0dbe0025244353228a6619b5bef
3
+ size 20710803
checkpoint_p0/milestones/checkpoint_000040032_40992768.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bd9c158e33c0b30522fc34fa9be91d3990b82d8c6814bc3a25f140e6bf43617
3
+ size 20710803
checkpoint_p0/milestones/checkpoint_000048128_49283072.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27735661d5c1e256f00e91b3d9af64f564eb829d865fad892aa13eb0d8dc0925
3
+ size 20710803
checkpoint_p0/milestones/checkpoint_000056256_57606144.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1ac8e54f775fe7ef72c57812d001dbc239a3b0c7b8655170821e3649527b460
3
+ size 20710803
checkpoint_p0/milestones/checkpoint_000064384_65929216.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a58fc2829061ce63ca5a549f955c182839707a8e29a1029c3f6ec99b954df8b
3
+ size 20710803
checkpoint_p0/milestones/checkpoint_000072512_74252288.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6e12f3df0e860406923a2373e0497171a2507b9f5bf2aafb14fe5dc02977b45
3
+ size 20710803
checkpoint_p0/milestones/checkpoint_000080640_82575360.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88f5853a44df96fbc0bb812ac4ce1772d6ab601b01695d88d7fd3be712859216
3
+ size 20710803
checkpoint_p0/milestones/checkpoint_000088768_90898432.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da20132dff513b77870d01a1895c2947d545c458f47e8f7f78ab13edcd312732
3
+ size 20710803
checkpoint_p0/milestones/checkpoint_000096928_99254272.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af5c91bb0956e375032cbf162cbd111db973e4694137fef50696c672fabd7e47
3
+ size 20710803
checkpoint_p1/best_000097984_100335616_reward_37.490.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73805f3bbbe2953607675a40f880496703ab8a8111d7c77206e3130dfd082e2c
3
+ size 20709555
checkpoint_p1/checkpoint_000098240_100597760.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2012b73fbb2ffc6eebcb34adcc83c54e449dc277106bb13a38f91e0cc9bf14c
3
+ size 20709891
checkpoint_p1/checkpoint_000099008_101384192.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e6d02cc571cd7790ee408fdcafb6ddc8e430fcc5786d8b80e9f6fc308c267e3
3
+ size 20709891
checkpoint_p1/milestones/checkpoint_000007872_8060928.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ece14936cfe57ff8ed557e841ef13a030e493b688986b4804976873a9dac49e
3
+ size 20710747
checkpoint_p1/milestones/checkpoint_000016000_16384000.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:117254111e818264b1ad60d78c76595b5ed35be01b258f3be2bc2961e0a3b9ef
3
+ size 20710803
checkpoint_p1/milestones/checkpoint_000024160_24739840.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2b028f889bc8297d70546c99f1683ff3235e1bf673a07d9f098f5260569886d
3
+ size 20710803
checkpoint_p1/milestones/checkpoint_000032384_33161216.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:878e67beb46250f726b81b75234f38be3c8b321cce5b18557fb21987279a5bf4
3
+ size 20710803
checkpoint_p1/milestones/checkpoint_000040608_41582592.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8a65d524d5dec69fb10240908af41bd0648459761064f1b70eec936945ec662
3
+ size 20710803
checkpoint_p1/milestones/checkpoint_000048832_50003968.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7181ab901ea9fd7ea70741f84737b1be252026ab7378f4fdec58095bdd6e00ff
3
+ size 20710803
checkpoint_p1/milestones/checkpoint_000057088_58458112.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee7eebd85cf1d713527afb6a8c4ef85da1b03c26f78b45d49fea5ba390af9250
3
+ size 20710803
checkpoint_p1/milestones/checkpoint_000065312_66879488.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:152f57bf231d5575d4b9d73e31782d3769ae8b34b18ef07cf8d8376b631a6f58
3
+ size 20710803
checkpoint_p1/milestones/checkpoint_000073536_75300864.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86b28d12efdf67354df6f2c6a5fdd0c8b46af9e97ccb2d60c57d7e13895226ff
3
+ size 20710803
checkpoint_p1/milestones/checkpoint_000081792_83755008.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f220c95e75757ec09aa7bd814115c1926e87727e3ce5e56e9c08df8b31fc09b
3
+ size 20710803
checkpoint_p1/milestones/checkpoint_000090016_92176384.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bf113497d2948ce36a6d42448642f0fe8be6f8bba569a4f3ffd95090ef23a54
3
+ size 20710803
checkpoint_p1/milestones/checkpoint_000098240_100597760.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec5063def9f98c26ba4b7662d1f7235acfa5cac1be9a5971142edec95eecaa4f
3
+ size 20710859
config.json CHANGED
@@ -2,23 +2,23 @@
2
  "help": false,
3
  "algo": "APPO",
4
  "env": "atari_breakout",
5
- "experiment": "atari_breakout",
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_breakout",
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_breakout --experiment=atari_breakout --num_policies=2 --train_dir=./train_atari --with_wandb=true --wandb_user=matt-stammers --wandb_project=atari --wandb_group=atari_breakout --wandb_job_type=SF --wandb_tags=atari",
126
  "cli_args": {
127
  "algo": "APPO",
128
  "env": "atari_breakout",
129
- "experiment": "atari_breakout",
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_breakout",
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_breakout_20230925_220818_414807"
144
  }
 
2
  "help": false,
3
  "algo": "APPO",
4
  "env": "atari_breakout",
5
+ "experiment": "atari_breakout_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_breakout",
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_breakout --experiment=atari_breakout_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_breakout --wandb_job_type=SF --wandb_tags=atari",
128
  "cli_args": {
129
  "algo": "APPO",
130
  "env": "atari_breakout",
131
+ "experiment": "atari_breakout_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_breakout",
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_breakout_APPO_20231009_202826_479299"
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:f0cdf0b5ac887672d74465b25b031b3407bcb4729f5bfb2daac9a9bd78171529
3
- size 1134185
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5160ae3473d15b0ba78a11663966e5ff5f1af1c6cd182c30275e1cce9e97c017
3
+ size 3013766
sf_log.txt CHANGED
The diff for this file is too large to render. See raw diff