Upload policy_checkpoints/CoffeePreparation_D1/2025-02-03-00-25-12_E32.0-CoffeePreparation_D1-375-nominal-125-boost/.hydra/hydra.yaml with huggingface_hub
Browse files
policy_checkpoints/CoffeePreparation_D1/2025-02-03-00-25-12_E32.0-CoffeePreparation_D1-375-nominal-125-boost/.hydra/hydra.yaml
ADDED
|
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
hydra:
|
| 2 |
+
run:
|
| 3 |
+
dir: /mnt/data1/kevin/autom/adaflow//policy_checkpoints/CoffeePreparation_D1/2025-02-03-00-25-12_E32.0-CoffeePreparation_D1-375-nominal-125-boost
|
| 4 |
+
sweep:
|
| 5 |
+
dir: /mnt/data1/kevin/autom/adaflow//policy_checkpoints/CoffeePreparation_D1/2025-02-03-00-25-12_E32.0-CoffeePreparation_D1-375-nominal-125-boost
|
| 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-03-00-25-12_E32.0-CoffeePreparation_D1-375-nominal-125-boost
|
| 114 |
+
- hydra.sweep.dir=/mnt/data1/kevin/autom/adaflow//policy_checkpoints/CoffeePreparation_D1/2025-02-03-00-25-12_E32.0-CoffeePreparation_D1-375-nominal-125-boost
|
| 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-03-00-25-12/merged_E32.0-CoffeePreparation_D1-375-nominal-125-boost_all.hdf5
|
| 120 |
+
- task.env_runner.n_train=2
|
| 121 |
+
- task.env_runner.n_train_vis=2
|
| 122 |
+
- task.env_runner.n_envs=26
|
| 123 |
+
- task.env_runner.dataset_path=/mnt/data1/kevin/autom/demo-aug//datasets/generated/CoffeePreparation_D1/2025-02-03-00-25-12/merged_E32.0-CoffeePreparation_D1-375-nominal-125-boost_all.hdf5
|
| 124 |
+
- task.env_runner.max_steps=500
|
| 125 |
+
- task.dataset.dataset_path=/mnt/data1/kevin/autom/demo-aug//datasets/generated/CoffeePreparation_D1/2025-02-03-00-25-12/merged_E32.0-CoffeePreparation_D1-375-nominal-125-boost_all.hdf5
|
| 126 |
+
- multi_run.run_dir=/mnt/data1/kevin/autom/adaflow//policy_checkpoints/CoffeePreparation_D1/2025-02-03-00-25-12_E32.0-CoffeePreparation_D1-375-nominal-125-boost
|
| 127 |
+
- logging.name=E32.0-CoffeePreparation_D1-375-nominal-125-boost_CoffeePreparation_D1_2025-02-03-00-25-12
|
| 128 |
+
- training.num_epochs=500
|
| 129 |
+
- task.env_runner.max_steps=900
|
| 130 |
+
job:
|
| 131 |
+
name: train
|
| 132 |
+
chdir: null
|
| 133 |
+
override_dirname: logging.name=E32.0-CoffeePreparation_D1-375-nominal-125-boost_CoffeePreparation_D1_2025-02-03-00-25-12,multi_run.run_dir=/mnt/data1/kevin/autom/adaflow//policy_checkpoints/CoffeePreparation_D1/2025-02-03-00-25-12_E32.0-CoffeePreparation_D1-375-nominal-125-boost,task.dataset.dataset_path=/mnt/data1/kevin/autom/demo-aug//datasets/generated/CoffeePreparation_D1/2025-02-03-00-25-12/merged_E32.0-CoffeePreparation_D1-375-nominal-125-boost_all.hdf5,task.dataset_path=/mnt/data1/kevin/autom/demo-aug//datasets/generated/CoffeePreparation_D1/2025-02-03-00-25-12/merged_E32.0-CoffeePreparation_D1-375-nominal-125-boost_all.hdf5,task.dataset_type=ph,task.env_runner.dataset_path=/mnt/data1/kevin/autom/demo-aug//datasets/generated/CoffeePreparation_D1/2025-02-03-00-25-12/merged_E32.0-CoffeePreparation_D1-375-nominal-125-boost_all.hdf5,task.env_runner.max_steps=500,task.env_runner.max_steps=900,task.env_runner.n_envs=26,task.env_runner.n_train=2,task.env_runner.n_train_vis=2,task=coffee_image_abs,training.num_epochs=500
|
| 134 |
+
id: ???
|
| 135 |
+
num: ???
|
| 136 |
+
config_name: train_diffusion_unet_ddpm_image_workspace_robomimic
|
| 137 |
+
env_set: {}
|
| 138 |
+
env_copy: []
|
| 139 |
+
config:
|
| 140 |
+
override_dirname:
|
| 141 |
+
kv_sep: '='
|
| 142 |
+
item_sep: ','
|
| 143 |
+
exclude_keys: []
|
| 144 |
+
runtime:
|
| 145 |
+
version: 1.3.2
|
| 146 |
+
version_base: '1.3'
|
| 147 |
+
cwd: /mnt/data1/kevin/autom/adaflow
|
| 148 |
+
config_sources:
|
| 149 |
+
- path: hydra.conf
|
| 150 |
+
schema: pkg
|
| 151 |
+
provider: hydra
|
| 152 |
+
- path: /mnt/data1/kevin/autom/adaflow/adaflow/config
|
| 153 |
+
schema: file
|
| 154 |
+
provider: main
|
| 155 |
+
- path: ''
|
| 156 |
+
schema: structured
|
| 157 |
+
provider: schema
|
| 158 |
+
output_dir: /mnt/data1/kevin/autom/adaflow/policy_checkpoints/CoffeePreparation_D1/2025-02-03-00-25-12_E32.0-CoffeePreparation_D1-375-nominal-125-boost
|
| 159 |
+
choices:
|
| 160 |
+
task: coffee_image_abs
|
| 161 |
+
hydra/env: default
|
| 162 |
+
hydra/callbacks: null
|
| 163 |
+
hydra/job_logging: default
|
| 164 |
+
hydra/hydra_logging: default
|
| 165 |
+
hydra/hydra_help: default
|
| 166 |
+
hydra/help: default
|
| 167 |
+
hydra/sweeper: basic
|
| 168 |
+
hydra/launcher: basic
|
| 169 |
+
hydra/output: default
|
| 170 |
+
verbose: false
|