TUM
/

Zhexiao0 commited on
Commit
e9d13ed
·
1 Parent(s): 7827447

Added baseline ckpt

Browse files
PIWM/config/agent/baseline.yaml ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # - 48
21
+ # - 96
22
+ # - 192
23
+ # - 384
24
+ # channels:
25
+ # - 64
26
+ # - 128
27
+ # - 256
28
+ # - 512
29
+ channels:
30
+ - 128
31
+ - 256
32
+ - 512
33
+ - 1024
34
+ attn_depths:
35
+ - 0
36
+ - 0
37
+ - 1 #0 20M params
38
+ - 1
39
+
40
+ upsampler:
41
+ _target_: models.diffusion.DenoiserConfig
42
+ sigma_data: 0.5
43
+ sigma_offset_noise: 0.1
44
+ noise_previous_obs: false
45
+ upsampling_factor: 5
46
+ inner_model:
47
+
48
+ _target_: models.diffusion.InnerModelConfig
49
+ img_channels: 3
50
+ num_steps_conditioning: 1
51
+ cond_channels: 2048
52
+ depths:
53
+ - 2
54
+ - 2
55
+ - 2
56
+ - 2
57
+ channels:
58
+ - 64
59
+ - 64
60
+ - 128
61
+ - 256
62
+ attn_depths:
63
+ - 0
64
+ - 0
65
+ - 0
66
+ - 1
67
+
68
+ rew_end_model: null
69
+
70
+ actor_critic: null
PIWM/config/env/baseline.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ train:
2
+ id: csgo
3
+ # size: [150, 280]
4
+ size: [150, 600]
5
+ num_actions: 51
6
+ path_data_low_res: /home/zhexiao/Documents/old_highway_dataset_preprocessed/low_res
7
+ path_data_full_res: /home/zhexiao/Documents/old_highway_dataset_preprocessed/full_res
8
+
9
+ keymap: csgo
PIWM/model/baseline.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c30005e0e46b40af7c0f35de0c8d294c1bf591b5c8f44a8a106a468df0c05b2d
3
+ size 1526816194