theoden8 commited on
Commit
82f617d
·
verified ·
1 Parent(s): 889bcb8

Upload 10 files

Browse files
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
config/env/csgo.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ train:
2
+ id: csgo
3
+ size: [320, 240]
4
+ num_actions: 5
5
+ path_data_low_res: C:\Users\ifrat\Documents\Python Scripts\AI-MarioKart64\diamond\processed\low_res
6
+ path_data_full_res: C:\Users\ifrat\Documents\Python Scripts\AI-MarioKart64\diamond\processed\full_res
7
+ keymap: csgo
spawn/0/act.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2191ec5c793b5b33db95b3e616e7a98602b785522c07f3cc6b6d390c61985f0
3
+ size 288
spawn/0/full_res.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00eeccf727ff4622e5e58fadbcd5063b768503a2275d05f2d264ff8c1a835aa1
3
+ size 921728
spawn/0/full_res_0.png ADDED
spawn/0/full_res_1.png ADDED
spawn/0/full_res_2.png ADDED
spawn/0/full_res_3.png ADDED
spawn/0/low_res.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0bd3f3b022278de0cec37cc483040f6a91f2167e6be1b421b8fdb04869694dc
3
+ size 36992
spawn/0/next_act.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84095e56ebdde33bc71797076a67992ff1b5114996fa899e1810f8444988991d
3
+ size 8128