fix: rediect logs
This commit is contained in:
parent
e40a4b979f
commit
07ae66b8ff
4 changed files with 11 additions and 1 deletions
|
|
@ -12,3 +12,9 @@ defaults:
|
|||
- arena: default
|
||||
- environment: directed_locomotion
|
||||
- _self_
|
||||
|
||||
hydra:
|
||||
job:
|
||||
chdir: True
|
||||
run:
|
||||
dir: ${experiment.base_run_dir}/${experiment.exp_name}/${now:%Y-%m-%d}/${now:%H-%M-%S}
|
||||
|
|
|
|||
Reference in a new issue