other(ppo training loop): code cleanup + enabled debug logging of model parameters
This commit is contained in:
parent
dd2612e2ec
commit
791dcf231c
2 changed files with 26 additions and 34 deletions
|
|
@ -42,7 +42,7 @@ def main(dict_cfg: DictConfig):
|
|||
base_dir=os.path.dirname(run_dir),
|
||||
)
|
||||
logger = get_logger()
|
||||
logger.set_level(logging.DEBUG)
|
||||
logger.set_level(logging.INFO)
|
||||
logger.info(f"Hydra-initialized run: {run_name}")
|
||||
logger.info(f"Output directory: {run_dir}")
|
||||
|
||||
|
|
|
|||
Reference in a new issue