feat(PPOTrainer.py): added logging messages
This commit is contained in:
parent
84f6fbd76e
commit
b97fc30d5d
5 changed files with 135 additions and 27 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Minimal config to verify HPC setup is functional.
|
||||
# Run with: python src/train.py --config-path configs/hpc/smoke_test.yaml
|
||||
# Run with: python experiments/train.py --config-path configs/hpc/smoke_test.yaml
|
||||
exp_name: "hpc_smoke_test"
|
||||
seed: 0
|
||||
track: false # Test WandB integration
|
||||
|
|
|
|||
Reference in a new issue