Upload folder using huggingface_hub
Browse files- csgo/config/agent/csgo.yaml +0 -3
- csgo/config/env/csgo.yaml +2 -2
- csgo/model/csgo.pt +2 -2
csgo/config/agent/csgo.yaml
CHANGED
@@ -17,21 +17,18 @@ denoiser:
|
|
17 |
- 2
|
18 |
- 2
|
19 |
- 3
|
20 |
-
- 3
|
21 |
channels:
|
22 |
- 128
|
23 |
- 256
|
24 |
- 512
|
25 |
- 1024
|
26 |
- 1024
|
27 |
-
- 1024
|
28 |
attn_depths:
|
29 |
- 0
|
30 |
- 0
|
31 |
- 1
|
32 |
- 1
|
33 |
- 1
|
34 |
-
- 1
|
35 |
|
36 |
upsampler:
|
37 |
_target_: models.diffusion.DenoiserConfig
|
|
|
17 |
- 2
|
18 |
- 2
|
19 |
- 3
|
|
|
20 |
channels:
|
21 |
- 128
|
22 |
- 256
|
23 |
- 512
|
24 |
- 1024
|
25 |
- 1024
|
|
|
26 |
attn_depths:
|
27 |
- 0
|
28 |
- 0
|
29 |
- 1
|
30 |
- 1
|
31 |
- 1
|
|
|
32 |
|
33 |
upsampler:
|
34 |
_target_: models.diffusion.DenoiserConfig
|
csgo/config/env/csgo.yaml
CHANGED
@@ -2,6 +2,6 @@ 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
|
|
|
2 |
id: csgo
|
3 |
size: [150, 280]
|
4 |
num_actions: 36
|
5 |
+
path_data_low_res: /home/jovyan/people/makarov/diamond/processed_data/low_res
|
6 |
+
path_data_full_res: /home/jovyan/people/makarov/diamond/processed_data/full_res
|
7 |
keymap: csgo
|
csgo/model/csgo.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73aee71853c30e725c2e9d88b9f9aee1f32faff5fcaf320f5ac5a2d2b6dad769
|
3 |
+
size 2735193330
|