TUM
/

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

Updated baseline.yaml

Browse files
PIWM/config/agent/baseline.yaml CHANGED
@@ -16,16 +16,6 @@ denoiser:
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
@@ -34,7 +24,7 @@ denoiser:
34
  attn_depths:
35
  - 0
36
  - 0
37
- - 1 #0 20M params
38
  - 1
39
 
40
  upsampler:
@@ -44,7 +34,6 @@ upsampler:
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
@@ -63,8 +52,4 @@ upsampler:
63
  - 0
64
  - 0
65
  - 0
66
- - 1
67
-
68
- rew_end_model: null
69
-
70
- actor_critic: null
 
16
  - 2
17
  - 2
18
  - 2
 
 
 
 
 
 
 
 
 
 
19
  channels:
20
  - 128
21
  - 256
 
24
  attn_depths:
25
  - 0
26
  - 0
27
+ - 1
28
  - 1
29
 
30
  upsampler:
 
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
 
52
  - 0
53
  - 0
54
  - 0
55
+ - 1
 
 
 
 
PIWM/config/agent/piwm.yaml CHANGED
@@ -69,4 +69,3 @@ upsampler:
69
  - 0
70
  - 0
71
  - 1
72
-
 
69
  - 0
70
  - 0
71
  - 1
 
PIWM/config/env/baseline.yaml CHANGED
@@ -1,9 +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
 
 
 
 
1
  train:
2
+ id: piwm
 
3
  size: [150, 600]
4
  num_actions: 51
 
 
5
 
6
+ path_data_low_res: null
7
+ path_data_full_res: null
8
+
9
+ keymap: piwm
PIWM/config/env/piwm.yaml CHANGED
@@ -3,7 +3,7 @@ train:
3
  size: [150, 600]
4
  num_actions: 51
5
 
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: piwm
 
3
  size: [150, 600]
4
  num_actions: 51
5
 
6
+ path_data_low_res: null
7
+ path_data_full_res: null
8
 
9
+ keymap: piwm