Upload config.yaml with huggingface_hub
Browse files- config.yaml +4 -4
config.yaml
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
seed: 0
|
| 2 |
codebase_version: 1.0
|
| 3 |
headless: true
|
| 4 |
-
num_envs:
|
| 5 |
auto_load_latest: false
|
| 6 |
checkpoint: null
|
| 7 |
project_name: RSS_Baseline_Experiment
|
| 8 |
-
experiment_name:
|
| 9 |
base_dir: logs
|
| 10 |
timestamp: ${now:%Y%m%d_%H%M%S}
|
| 11 |
experiment_dir: ${base_dir}/${project_name}/${timestamp}-${experiment_name}-${log_task_name}-${robot.asset.robot_type}
|
|
@@ -41,7 +41,7 @@ algo:
|
|
| 41 |
lambda_policy: 0.1
|
| 42 |
dagger_only: true
|
| 43 |
dagger_update_freq: 20
|
| 44 |
-
teacher_model_path: logs/RSS_Baseline_Experiment/
|
| 45 |
learning_rate: 0.0001
|
| 46 |
priv_reg_coef_schedual:
|
| 47 |
- 0
|
|
@@ -610,7 +610,7 @@ robot:
|
|
| 610 |
- elbow
|
| 611 |
motion:
|
| 612 |
motion_lib_type: origin
|
| 613 |
-
motion_file: example/motion_data/categorized_rss/
|
| 614 |
asset:
|
| 615 |
assetRoot: description/robots/g1/
|
| 616 |
assetFileName: g1_23dof_lock_wrist_fitmotionONLY.xml
|
|
|
|
| 1 |
seed: 0
|
| 2 |
codebase_version: 1.0
|
| 3 |
headless: true
|
| 4 |
+
num_envs: 76
|
| 5 |
auto_load_latest: false
|
| 6 |
checkpoint: null
|
| 7 |
project_name: RSS_Baseline_Experiment
|
| 8 |
+
experiment_name: run_student_distill
|
| 9 |
base_dir: logs
|
| 10 |
timestamp: ${now:%Y%m%d_%H%M%S}
|
| 11 |
experiment_dir: ${base_dir}/${project_name}/${timestamp}-${experiment_name}-${log_task_name}-${robot.asset.robot_type}
|
|
|
|
| 41 |
lambda_policy: 0.1
|
| 42 |
dagger_only: true
|
| 43 |
dagger_update_freq: 20
|
| 44 |
+
teacher_model_path: logs/RSS_Baseline_Experiment/run/model_49000.pt
|
| 45 |
learning_rate: 0.0001
|
| 46 |
priv_reg_coef_schedual:
|
| 47 |
- 0
|
|
|
|
| 610 |
- elbow
|
| 611 |
motion:
|
| 612 |
motion_lib_type: origin
|
| 613 |
+
motion_file: example/motion_data/categorized_rss/run/merged_motion.pkl
|
| 614 |
asset:
|
| 615 |
assetRoot: description/robots/g1/
|
| 616 |
assetFileName: g1_23dof_lock_wrist_fitmotionONLY.xml
|