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/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/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/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/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/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/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/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: 36
|
| 5 |
+
path_data_low_res: /home/jovyan/makarov/diamond/processed_data/low_res
|
| 6 |
+
path_data_full_res: /home/jovyan/makarov/diamond/processed_data/full_res
|
| 7 |
+
keymap: csgo
|
csgo/model/csgo.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7a0100368cd59c6440dbb449a7f23ec4e5b2be9d6bc77f6a0834ec7c809f26a
|
| 3 |
+
size 1526785474
|
csgo/spawn/0/act.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c921a33bd2515b07c480d42ef627f2159cfc68d0726e084e8e3be20ad8a98d4
|
| 3 |
+
size 1280
|
csgo/spawn/0/full_res.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8182810a5c6a43d2a0329401315ef567e03c6e7d950668e54853b8a4e918c222
|
| 3 |
+
size 504128
|
csgo/spawn/0/low_res.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8a52310c55e130652c40fad74fe747045dc65a92c54fc77e34ed4c8e516a823
|
| 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:d3841108ed7244cffa6897d26ca498d15885b2b1f5666bba25896042e78464c0
|
| 3 |
+
size 57728
|
csgo/spawn/1/act.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c921a33bd2515b07c480d42ef627f2159cfc68d0726e084e8e3be20ad8a98d4
|
| 3 |
+
size 1280
|
csgo/spawn/1/full_res.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a75e779b0e41d5b1e4e1642041e537d4f6f85b3fbfe4b1a15f4a544016efb9f
|
| 3 |
+
size 504128
|
csgo/spawn/1/low_res.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4177622ff00feabe60c3d90c9199c9d2b57a7deff080262ef562c96901f23eb3
|
| 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:d58fbb87315f8dedd4498e5f3eea39c1ba340b880f9613ba76ebafca87e85a7f
|
| 3 |
+
size 57728
|
csgo/spawn/2/act.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2aa392c38417c993fa7dce426f737e79520aaf8f2132da36694cc69283a8ef5
|
| 3 |
+
size 1280
|
csgo/spawn/2/full_res.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f796d139672da690333749eac9ca19f2e9cbce8987aa5b9e8de8b6f0c166cab5
|
| 3 |
+
size 504128
|
csgo/spawn/2/low_res.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d06a272cc6262cf32809facace6b5c9047c9e3b6a4ce9972064a19f1d6790ea9
|
| 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:b49328cc0f70c234dbb10e8ce11c30cee7b85ab4f1409212bc646faed0589774
|
| 3 |
+
size 57728
|
csgo/spawn/3/act.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:366593e2d2756e2e00c2bdc35bc6356c9a97f06195a05a668fbdebe99628b373
|
| 3 |
+
size 1280
|
csgo/spawn/3/full_res.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:741aa9034b3df4102a5d5083e8e37cd299c9ab660682dab7c75ae1dd705a2024
|
| 3 |
+
size 504128
|
csgo/spawn/3/low_res.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ada8cbd1b5d7da9104793041093dc87a06b9bbc8ecfb649309b25a2b5bf47000
|
| 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:4fc8c194fdf1557892ba6e3932d0496b5902d1b9f1943a852032d6685c7f91dc
|
| 3 |
+
size 57728
|
csgo/spawn/4/act.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1af60867cad7d5073774ecf24315aa6d79095ea4420f05523a23f44a45de0cbc
|
| 3 |
+
size 1280
|
csgo/spawn/4/full_res.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc395e5b5d2eebd80dbc8c822eaa07f35b70b55132bbfdc8bce8bd48cde83191
|
| 3 |
+
size 504128
|
csgo/spawn/4/low_res.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56d04bac2b64bb70b11eb68309ec954f4cad5c2af35cfb2e710a713161840253
|
| 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:e0c8bee3e544b94af177b46fd564c8c4f76cc94077fe11c7bb3ebe517cc39907
|
| 3 |
+
size 57728
|
csgo/spawn/5/act.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c921a33bd2515b07c480d42ef627f2159cfc68d0726e084e8e3be20ad8a98d4
|
| 3 |
+
size 1280
|
csgo/spawn/5/full_res.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26be3a514a71d2b677d218e920e115de3b9b59d1f5994ec8a059290f6bc9bb43
|
| 3 |
+
size 504128
|
csgo/spawn/5/low_res.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dc5c534861fe7e97ab1998861fd47fe18f34139e4b37c97948756071a721960
|
| 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:2ee0f6e123dc7a43f6a19d10d7a56d52dbb59083f6e37d76c3942dc291a88668
|
| 3 |
+
size 57728
|
csgo/spawn/6/act.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e20cef611d292e8eeb01387b17ea05f0688c29de3381f487b5e791f4c799798
|
| 3 |
+
size 1280
|
csgo/spawn/6/full_res.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf939e1d1f4fd46c741552b43970151382efc7fb44c5faa537497fa88ca1cfd1
|
| 3 |
+
size 504128
|
csgo/spawn/6/low_res.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d10d03d63a7461a2bc847b2fdf306b209ea180642a65d4599e17e9297cc4e1d
|
| 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:c401f26767033cf00b0093bfad1dc6e30bb0498076a6516ac3b55fb8a9c425d3
|
| 3 |
+
size 57728
|