thankyoualways commited on
Commit
7601225
·
verified ·
1 Parent(s): a3842b1

Upload policy_checkpoints/CoffeePreparation_D1/2025-02-01-23-45-24_E32.0-CoffeePreparation_D1-500/.hydra/hydra.yaml with huggingface_hub

Browse files
policy_checkpoints/CoffeePreparation_D1/2025-02-01-23-45-24_E32.0-CoffeePreparation_D1-500/.hydra/hydra.yaml ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: /mnt/data1/kevin/autom/adaflow//policy_checkpoints/CoffeePreparation_D1/2025-02-01-23-45-24_E32.0-CoffeePreparation_D1-500
4
+ sweep:
5
+ dir: /mnt/data1/kevin/autom/adaflow//policy_checkpoints/CoffeePreparation_D1/2025-02-01-23-45-24_E32.0-CoffeePreparation_D1-500
6
+ subdir: ${hydra.job.num}
7
+ launcher:
8
+ _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
9
+ sweeper:
10
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
11
+ max_batch_size: null
12
+ params: null
13
+ help:
14
+ app_name: ${hydra.job.name}
15
+ header: '${hydra.help.app_name} is powered by Hydra.
16
+
17
+ '
18
+ footer: 'Powered by Hydra (https://hydra.cc)
19
+
20
+ Use --hydra-help to view Hydra specific help
21
+
22
+ '
23
+ template: '${hydra.help.header}
24
+
25
+ == Configuration groups ==
26
+
27
+ Compose your configuration from those groups (group=option)
28
+
29
+
30
+ $APP_CONFIG_GROUPS
31
+
32
+
33
+ == Config ==
34
+
35
+ Override anything in the config (foo.bar=value)
36
+
37
+
38
+ $CONFIG
39
+
40
+
41
+ ${hydra.help.footer}
42
+
43
+ '
44
+ hydra_help:
45
+ template: 'Hydra (${hydra.runtime.version})
46
+
47
+ See https://hydra.cc for more info.
48
+
49
+
50
+ == Flags ==
51
+
52
+ $FLAGS_HELP
53
+
54
+
55
+ == Configuration groups ==
56
+
57
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
58
+ to command line)
59
+
60
+
61
+ $HYDRA_CONFIG_GROUPS
62
+
63
+
64
+ Use ''--cfg hydra'' to Show the Hydra config.
65
+
66
+ '
67
+ hydra_help: ???
68
+ hydra_logging:
69
+ version: 1
70
+ formatters:
71
+ simple:
72
+ format: '[%(asctime)s][HYDRA] %(message)s'
73
+ handlers:
74
+ console:
75
+ class: logging.StreamHandler
76
+ formatter: simple
77
+ stream: ext://sys.stdout
78
+ root:
79
+ level: INFO
80
+ handlers:
81
+ - console
82
+ loggers:
83
+ logging_example:
84
+ level: DEBUG
85
+ disable_existing_loggers: false
86
+ job_logging:
87
+ version: 1
88
+ formatters:
89
+ simple:
90
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
91
+ handlers:
92
+ console:
93
+ class: logging.StreamHandler
94
+ formatter: simple
95
+ stream: ext://sys.stdout
96
+ file:
97
+ class: logging.FileHandler
98
+ formatter: simple
99
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
100
+ root:
101
+ level: INFO
102
+ handlers:
103
+ - console
104
+ - file
105
+ disable_existing_loggers: false
106
+ env: {}
107
+ mode: RUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .hydra
111
+ overrides:
112
+ hydra:
113
+ - hydra.run.dir=/mnt/data1/kevin/autom/adaflow//policy_checkpoints/CoffeePreparation_D1/2025-02-01-23-45-24_E32.0-CoffeePreparation_D1-500
114
+ - hydra.sweep.dir=/mnt/data1/kevin/autom/adaflow//policy_checkpoints/CoffeePreparation_D1/2025-02-01-23-45-24_E32.0-CoffeePreparation_D1-500
115
+ - hydra.mode=RUN
116
+ task:
117
+ - task=coffee_image_abs
118
+ - task.dataset_type=ph
119
+ - task.dataset_path=/mnt/data1/kevin/autom/demo-aug//datasets/generated/CoffeePreparation_D1/2025-02-01-23-45-24/merged_E32.0-CoffeePreparation_D1-500_all.hdf5
120
+ - task.env_runner.n_train=1
121
+ - task.env_runner.n_train_vis=1
122
+ - task.env_runner.n_envs=25
123
+ - task.env_runner.dataset_path=/mnt/data1/kevin/autom/demo-aug//datasets/generated/CoffeePreparation_D1/2025-02-01-23-45-24/merged_E32.0-CoffeePreparation_D1-500_all.hdf5
124
+ - task.dataset.dataset_path=/mnt/data1/kevin/autom/demo-aug//datasets/generated/CoffeePreparation_D1/2025-02-01-23-45-24/merged_E32.0-CoffeePreparation_D1-500_all.hdf5
125
+ - multi_run.run_dir=/mnt/data1/kevin/autom/adaflow//policy_checkpoints/CoffeePreparation_D1/2025-02-01-23-45-24_E32.0-CoffeePreparation_D1-500
126
+ - logging.name=E32.0-CoffeePreparation_D1-500_CoffeePreparation_D1_2025-02-01-23-45-24
127
+ - training.num_epochs=500
128
+ - training.resume_dir=/mnt/data1/kevin/autom/adaflow//policy_checkpoints/CoffeePreparation_D1/2025-02-01-23-45-24_E32.0-CoffeePreparation_D1-500/
129
+ job:
130
+ name: train
131
+ chdir: null
132
+ override_dirname: logging.name=E32.0-CoffeePreparation_D1-500_CoffeePreparation_D1_2025-02-01-23-45-24,multi_run.run_dir=/mnt/data1/kevin/autom/adaflow//policy_checkpoints/CoffeePreparation_D1/2025-02-01-23-45-24_E32.0-CoffeePreparation_D1-500,task.dataset.dataset_path=/mnt/data1/kevin/autom/demo-aug//datasets/generated/CoffeePreparation_D1/2025-02-01-23-45-24/merged_E32.0-CoffeePreparation_D1-500_all.hdf5,task.dataset_path=/mnt/data1/kevin/autom/demo-aug//datasets/generated/CoffeePreparation_D1/2025-02-01-23-45-24/merged_E32.0-CoffeePreparation_D1-500_all.hdf5,task.dataset_type=ph,task.env_runner.dataset_path=/mnt/data1/kevin/autom/demo-aug//datasets/generated/CoffeePreparation_D1/2025-02-01-23-45-24/merged_E32.0-CoffeePreparation_D1-500_all.hdf5,task.env_runner.n_envs=25,task.env_runner.n_train=1,task.env_runner.n_train_vis=1,task=coffee_image_abs,training.num_epochs=500,training.resume_dir=/mnt/data1/kevin/autom/adaflow//policy_checkpoints/CoffeePreparation_D1/2025-02-01-23-45-24_E32.0-CoffeePreparation_D1-500/
133
+ id: ???
134
+ num: ???
135
+ config_name: train_diffusion_unet_ddpm_image_workspace_robomimic
136
+ env_set: {}
137
+ env_copy: []
138
+ config:
139
+ override_dirname:
140
+ kv_sep: '='
141
+ item_sep: ','
142
+ exclude_keys: []
143
+ runtime:
144
+ version: 1.3.2
145
+ version_base: '1.3'
146
+ cwd: /mnt/data1/kevin/autom/adaflow
147
+ config_sources:
148
+ - path: hydra.conf
149
+ schema: pkg
150
+ provider: hydra
151
+ - path: /mnt/data1/kevin/autom/adaflow/adaflow/config
152
+ schema: file
153
+ provider: main
154
+ - path: ''
155
+ schema: structured
156
+ provider: schema
157
+ output_dir: /mnt/data1/kevin/autom/adaflow/policy_checkpoints/CoffeePreparation_D1/2025-02-01-23-45-24_E32.0-CoffeePreparation_D1-500
158
+ choices:
159
+ task: coffee_image_abs
160
+ hydra/env: default
161
+ hydra/callbacks: null
162
+ hydra/job_logging: default
163
+ hydra/hydra_logging: default
164
+ hydra/hydra_help: default
165
+ hydra/help: default
166
+ hydra/sweeper: basic
167
+ hydra/launcher: basic
168
+ hydra/output: default
169
+ verbose: false