eloialonso
commited on
Commit
•
af88f83
1
Parent(s):
d2ccdf1
Upload folder using huggingface_hub
Browse files- csgo/config/agent/csgo.yaml +59 -0
- csgo/config/env/csgo.yaml +7 -0
- csgo/model/csgo.pt +3 -0
- csgo/spawn/0/act.npy +3 -0
- csgo/spawn/0/full_res.npy +3 -0
- csgo/spawn/0/info.json +1 -0
- csgo/spawn/0/low_res.npy +3 -0
- csgo/spawn/0/next_act.npy +3 -0
- csgo/spawn/1/act.npy +3 -0
- csgo/spawn/1/full_res.npy +3 -0
- csgo/spawn/1/info.json +1 -0
- csgo/spawn/1/low_res.npy +3 -0
- csgo/spawn/1/next_act.npy +3 -0
- csgo/spawn/2/act.npy +3 -0
- csgo/spawn/2/full_res.npy +3 -0
- csgo/spawn/2/info.json +1 -0
- csgo/spawn/2/low_res.npy +3 -0
- csgo/spawn/2/next_act.npy +3 -0
- csgo/spawn/3/act.npy +3 -0
- csgo/spawn/3/full_res.npy +3 -0
- csgo/spawn/3/info.json +1 -0
- csgo/spawn/3/low_res.npy +3 -0
- csgo/spawn/3/next_act.npy +3 -0
- csgo/spawn/4/act.npy +3 -0
- csgo/spawn/4/full_res.npy +3 -0
- csgo/spawn/4/info.json +1 -0
- csgo/spawn/4/low_res.npy +3 -0
- csgo/spawn/4/next_act.npy +3 -0
- csgo/spawn/5/act.npy +3 -0
- csgo/spawn/5/full_res.npy +3 -0
- csgo/spawn/5/info.json +1 -0
- csgo/spawn/5/low_res.npy +3 -0
- csgo/spawn/5/next_act.npy +3 -0
- csgo/spawn/6/act.npy +3 -0
- csgo/spawn/6/full_res.npy +3 -0
- csgo/spawn/6/info.json +1 -0
- csgo/spawn/6/low_res.npy +3 -0
- csgo/spawn/6/next_act.npy +3 -0
csgo/config/agent/csgo.yaml
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
_target_: agent.AgentConfig
|
2 |
+
|
3 |
+
denoiser:
|
4 |
+
_target_: models.diffusion.DenoiserConfig
|
5 |
+
sigma_data: 0.5
|
6 |
+
sigma_offset_noise: 0.1
|
7 |
+
noise_previous_obs: true
|
8 |
+
upsampling_factor: null
|
9 |
+
inner_model:
|
10 |
+
_target_: models.diffusion.InnerModelConfig
|
11 |
+
img_channels: 3
|
12 |
+
num_steps_conditioning: 4
|
13 |
+
cond_channels: 2048
|
14 |
+
depths:
|
15 |
+
- 2
|
16 |
+
- 2
|
17 |
+
- 2
|
18 |
+
- 2
|
19 |
+
channels:
|
20 |
+
- 128
|
21 |
+
- 256
|
22 |
+
- 512
|
23 |
+
- 1024
|
24 |
+
attn_depths:
|
25 |
+
- 0
|
26 |
+
- 0
|
27 |
+
- 1
|
28 |
+
- 1
|
29 |
+
|
30 |
+
upsampler:
|
31 |
+
_target_: models.diffusion.DenoiserConfig
|
32 |
+
sigma_data: 0.5
|
33 |
+
sigma_offset_noise: 0.1
|
34 |
+
noise_previous_obs: false
|
35 |
+
upsampling_factor: 5
|
36 |
+
inner_model:
|
37 |
+
_target_: models.diffusion.InnerModelConfig
|
38 |
+
img_channels: 3
|
39 |
+
num_steps_conditioning: 1
|
40 |
+
cond_channels: 2048
|
41 |
+
depths:
|
42 |
+
- 2
|
43 |
+
- 2
|
44 |
+
- 2
|
45 |
+
- 2
|
46 |
+
channels:
|
47 |
+
- 64
|
48 |
+
- 64
|
49 |
+
- 128
|
50 |
+
- 256
|
51 |
+
attn_depths:
|
52 |
+
- 0
|
53 |
+
- 0
|
54 |
+
- 0
|
55 |
+
- 1
|
56 |
+
|
57 |
+
rew_end_model: null
|
58 |
+
|
59 |
+
actor_critic: null
|
csgo/config/env/csgo.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
train:
|
2 |
+
id: csgo
|
3 |
+
size: [150, 280]
|
4 |
+
num_actions: 51
|
5 |
+
path_data_low_res: /data/alonsoel/workspace/data/csgo/30x56
|
6 |
+
path_data_full_res: /data/alonsoel/workspace/data/csgo/150x280
|
7 |
+
keymap: csgo
|
csgo/model/csgo.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a56a599cec69863717001660871418af1ac3598762167a5cbda73076951bcb6
|
3 |
+
size 1526844223
|
csgo/spawn/0/act.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3649eee51af9ac7879614d4ab3578e26fda23f5f93136072c36628d9cf1927ea
|
3 |
+
size 332
|
csgo/spawn/0/full_res.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:669245c6cec4eda02ca410ac2d6146753de96aac303fac8236a70aa894eac0e7
|
3 |
+
size 504128
|
csgo/spawn/0/info.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"original_file_id": "3001-3200/hdf5_dm_july2021_3120.hdf5", "timestep_start": 140}
|
csgo/spawn/0/low_res.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93870a1c1801794102cacc9cb86a3105160d46ea4dcac232b4ea44558b0f827c
|
3 |
+
size 20288
|
csgo/spawn/0/next_act.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:652ddaf67f6c930c38d7f85456363b50265676c74b482eaf7a8f86175db021f6
|
3 |
+
size 10328
|
csgo/spawn/1/act.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c41a2dbf4759ce3e3e34405cbfcdac2da3c4cbc8d946fe2e4ba2007d4506c6b
|
3 |
+
size 332
|
csgo/spawn/1/full_res.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cf3597ad6d52a32124b393bfd663acaec4e8f27020e8c8ac864f08e1e97a691
|
3 |
+
size 504128
|
csgo/spawn/1/info.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"original_file_id": "3001-3200/hdf5_dm_july2021_3120.hdf5", "timestep_start": 500}
|
csgo/spawn/1/low_res.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9247b7d0f0b2ae7c6d2e5bd521bf947945051388d08749d36a27588d6e4cf31d
|
3 |
+
size 20288
|
csgo/spawn/1/next_act.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8280793e2f55779e5d8c3bf9e8f67fcca620c6dcd5b1d69400b534746ae1d97
|
3 |
+
size 10328
|
csgo/spawn/2/act.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91a90afbb28689346b8bc94505665975ec2bde499648539dfaa47617d6fcda73
|
3 |
+
size 332
|
csgo/spawn/2/full_res.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c682e6420102424caf4ba66ef7e543e806f34dce93b3e3141fedc937cfc79245
|
3 |
+
size 504128
|
csgo/spawn/2/info.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"original_file_id": "2201-2400/hdf5_dm_july2021_2255.hdf5", "timestep_start": 40}
|
csgo/spawn/2/low_res.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0831bdd49c6a6759022851230c81a24763e6b180f2cbc0f8edbe71054be5528e
|
3 |
+
size 20288
|
csgo/spawn/2/next_act.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e3362bdd34aef2c9b25c35c30430b1e92c37688e1f6b778f33431f2e162d78c
|
3 |
+
size 10328
|
csgo/spawn/3/act.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f161926f172e87e5c125aba4e8ea2a3f77c2a3d9b22da1515891157bf916d2d
|
3 |
+
size 332
|
csgo/spawn/3/full_res.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b17dd9a1551378de39981a7670250f88e5b8e55b2701e29cff0e52930b09ef6
|
3 |
+
size 504128
|
csgo/spawn/3/info.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"original_file_id": "1201-1400/hdf5_dm_july2021_1202.hdf5", "timestep_start": 0}
|
csgo/spawn/3/low_res.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb87f2fd1ccedb2c8c294a8c0c95246c0df14004f7633aad032bfcc803f5e3d1
|
3 |
+
size 20288
|
csgo/spawn/3/next_act.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ed2b7a1b138cd1f0c8b935c754e4f1222c80ef22785219fd9ca7bf7ba4248a1
|
3 |
+
size 10328
|
csgo/spawn/4/act.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bda1b2d16fd17d8eb40c145caed541ab342be30ab505d2180947ceaeb6b0021
|
3 |
+
size 332
|
csgo/spawn/4/full_res.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1377f2149bdcec61a50ddf7a0e2da3551f0f577b8a57c827e9b05ea4570dd03c
|
3 |
+
size 504128
|
csgo/spawn/4/info.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"original_file_id": "1201-1400/hdf5_dm_july2021_1343.hdf5", "timestep_start": 221}
|
csgo/spawn/4/low_res.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34eb76370abba355371f8babd8d95bb5474ce253af3bc88a52e2ed6a14d1188d
|
3 |
+
size 20288
|
csgo/spawn/4/next_act.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c4de479d6bf8c45db9bc5ef2b06e9c94b62d5201f3d6c5ec807e5a97c1e7145
|
3 |
+
size 10328
|
csgo/spawn/5/act.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b492cd1ad99f6dbf88d2be8ad4f35d61c4361a4c4209b49f5647d6bd60c0fb97
|
3 |
+
size 332
|
csgo/spawn/5/full_res.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:474197ae28136883d868b395a3016e277f5815faf1237e4e5a57e602b8fba768
|
3 |
+
size 504128
|
csgo/spawn/5/info.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"original_file_id": "1201-1400/hdf5_dm_july2021_1314.hdf5", "timestep_start": 600}
|
csgo/spawn/5/low_res.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bffbfd0d28e54b7c8272560b0822179504d59510e01d3ed65a40c6878c1feb84
|
3 |
+
size 20288
|
csgo/spawn/5/next_act.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8adf87b97714cfe45f034cb1cb280f444d1ece0907e35e4a281822b6de502bd5
|
3 |
+
size 10328
|
csgo/spawn/6/act.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11830620c54f47d0ee6a9f904e68516980f8cd5af488572bd6e9e4815e8be52d
|
3 |
+
size 332
|
csgo/spawn/6/full_res.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32a5418b56b268aa731eff1acd87daa46226988dd8e577ccfaaec8fab132ee1d
|
3 |
+
size 504128
|
csgo/spawn/6/info.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"original_file_id": "4001-4200/hdf5_dm_july2021_4143.hdf5", "timestep_start": 540}
|
csgo/spawn/6/low_res.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50e10ae563ce86e98c58de99c2d3a0a4c0f111f6fde2c87323bd1d5eb5210d1a
|
3 |
+
size 20288
|
csgo/spawn/6/next_act.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:762d9db84444e12912a8e535d10b29783db59f6a7f97579c933496354ffb4bb6
|
3 |
+
size 10328
|