Upload Dreamer manifest
Browse files- dreamer/manifest.json +36 -0
dreamer/manifest.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"family": "dreamer_v3_pytorch",
|
| 3 |
+
"callbacks_root": "/home/mnorris/pvc_backup/Baselines/ExRec/callbacks/DreamerV3",
|
| 4 |
+
"runs": {
|
| 5 |
+
"rr09_comparable_100ep_current_kc_no_gpu_warmer_20260317_171934/edu_kc-current_kc": {
|
| 6 |
+
"algo": "dreamer:edu_kc-current_kc:rr09_comparable_100ep_current_kc_no_gpu_warmer_20260317_171934",
|
| 7 |
+
"run_name": "rr09_comparable_100ep_current_kc_no_gpu_warmer_20260317_171934",
|
| 8 |
+
"env_name": "edu_kc-current_kc",
|
| 9 |
+
"task": "current_kc",
|
| 10 |
+
"epoch": 40,
|
| 11 |
+
"step": 200000,
|
| 12 |
+
"source_path": "/home/mnorris/pvc_backup/Baselines/ExRec/callbacks/DreamerV3/rr09_comparable_100ep_current_kc_no_gpu_warmer_20260317_171934/edu_kc-current_kc/checkpoints_epoch_40_step_200000.ckpt",
|
| 13 |
+
"hf_path": "dreamer/rr09_comparable_100ep_current_kc_no_gpu_warmer_20260317_171934/edu_kc-current_kc/checkpoints_epoch_40_step_200000.ckpt"
|
| 14 |
+
},
|
| 15 |
+
"rr10_comparable_100ep_no_gpu_warmer_20260311_115602/edu_kc-all_kc": {
|
| 16 |
+
"algo": "dreamer:edu_kc-all_kc:rr10_comparable_100ep_no_gpu_warmer_20260311_115602",
|
| 17 |
+
"run_name": "rr10_comparable_100ep_no_gpu_warmer_20260311_115602",
|
| 18 |
+
"env_name": "edu_kc-all_kc",
|
| 19 |
+
"task": "all_kc",
|
| 20 |
+
"epoch": 58,
|
| 21 |
+
"step": 290000,
|
| 22 |
+
"source_path": "/home/mnorris/pvc_backup/Baselines/ExRec/callbacks/DreamerV3/rr10_comparable_100ep_no_gpu_warmer_20260311_115602/edu_kc-all_kc/checkpoints_epoch_58_step_290000.ckpt",
|
| 23 |
+
"hf_path": "dreamer/rr10_comparable_100ep_no_gpu_warmer_20260311_115602/edu_kc-all_kc/checkpoints_epoch_58_step_290000.ckpt"
|
| 24 |
+
},
|
| 25 |
+
"rr11_comparable_100ep_upcoming_kc_no_gpu_warmer_20260318_171057/edu_kc-upcoming_kc": {
|
| 26 |
+
"algo": "dreamer:edu_kc-upcoming_kc:rr11_comparable_100ep_upcoming_kc_no_gpu_warmer_20260318_171057",
|
| 27 |
+
"run_name": "rr11_comparable_100ep_upcoming_kc_no_gpu_warmer_20260318_171057",
|
| 28 |
+
"env_name": "edu_kc-upcoming_kc",
|
| 29 |
+
"task": "upcoming_kc",
|
| 30 |
+
"epoch": 40,
|
| 31 |
+
"step": 200000,
|
| 32 |
+
"source_path": "/home/mnorris/pvc_backup/Baselines/ExRec/callbacks/DreamerV3/rr11_comparable_100ep_upcoming_kc_no_gpu_warmer_20260318_171057/edu_kc-upcoming_kc/checkpoints_epoch_40_step_200000.ckpt",
|
| 33 |
+
"hf_path": "dreamer/rr11_comparable_100ep_upcoming_kc_no_gpu_warmer_20260318_171057/edu_kc-upcoming_kc/checkpoints_epoch_40_step_200000.ckpt"
|
| 34 |
+
}
|
| 35 |
+
}
|
| 36 |
+
}
|