1
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
07ae66b8ff
fix: rediect logs 2026-04-15 18:44:37 +02:00
71aedc4853
docs: add main configuration entry point and usage guidelines 2026-04-14 22:47:09 +02:00
2d43f5e642
Apply suggestions from code review
Co-authored-by: RobinMeersman <77965843+RobinMeersman@users.noreply.github.com>
Co-authored-by: Tibo De Peuter <tibo.depeuter@telenet.be>
2026-04-09 15:02:02 +02:00
7e7c5bf27c refactor: set wandb entity and simplify READMEs 2026-04-01 10:26:39 +02:00
2001a92e75 feat(config): add YAML config templates for dev, production and personal use 2026-04-01 00:27:00 +02:00
f31436bccd feat(config): add YAML configuration system
- Add default_ppo.yaml template for training configurations
- Create configs/README.md with usage documentation
- Enable per-researcher configuration without code changes
- Support YAML config files with CLI parameter overrides
- Document how to set personal WandB credentials safely

This allows researchers to maintain personal configs without
committing credentials to the repository.
2026-03-31 19:53:15 +00:00