Unanswered
Can You Please Tell Me, Did Anyone Come Across A Situation When The Python Script Starts To Hang When Adding Clearml Logger?
Namely, Its Launch Inside The Docker Container Does Not Complete, Although It Reaches The Endpoint.
In This Case, If You Start Wi
i run:
` task = Task.init(
project_name=f"RL_experiments/{cfg.train.env_train.target.split('.')[-1]}/{'/'.join(cfg.train.trainmodule.target.split('.')[-2:])}",
task_name="demo",
reuse_last_task_id=False)
task.connect(dict(OmegaConf.to_container(cfg, resolve=True)))
logger = get_logger("train_ql", log_level=cfg.base.log_level)
logger.info(f"cfg:\n{OmegaConf.to_yaml(cfg)}")
tmp_values = train_dqn_task(cfg.train, cfg.base)
task.mark_completed() `
186 Views
0
Answers
2 years ago
one year ago