fix(hpc): overriding args
This commit is contained in:
parent
d33dc32506
commit
24ae7a2399
2 changed files with 22 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ seed: 0
|
|||
track: true # Test WandB integration
|
||||
capture_video: false # No rendering for smoke test
|
||||
save_model: true # Test the end-of-training save routine
|
||||
num_envs: 4
|
||||
total_timesteps: 500
|
||||
num_steps: 64
|
||||
num_envs: 512
|
||||
total_timesteps: 65536
|
||||
num_steps: 128
|
||||
cuda: true
|
||||
|
|
|
|||
Reference in a new issue