Commit Graph

3 Commits

Author SHA1 Message Date
ys1087@partner.kit.edu
e8e7233d98 Fix WandB config issue and achieve working DPPO setup
- Disable WandB in dev script to avoid config object vs string error
- Successfully completed development test (Job 3445106)
- Confirmed: pre-training works, loss reduces, checkpoints save
- Update experiment tracking with successful results
2025-08-27 12:19:38 +02:00
ys1087@partner.kit.edu
4adf67694a Fix Hydra config error in dev script
- Change train.n_iters to train.n_epochs (correct DPPO parameter)
- Update experiment tracking with failed job details
- Ready for corrected dev test
2025-08-27 12:07:38 +02:00
ys1087@partner.kit.edu
05dddfa10c Add HoReKa cluster setup and SLURM scripts
- Add installation script for HoReKa with Python 3.10 venv
- Add SLURM job submission scripts for dev and production runs
- Add convenient submit_job.sh wrapper for easy job submission
- Update .gitignore to allow shell scripts (removed *.sh exclusion)
- Configure git remotes: upstream (original) and origin (fork)
2025-08-27 11:57:32 +02:00