unilab.logging.common¶
Classes
Shared lifecycle and backend logging setup for rich training loggers. |
- class unilab.logging.common.BaseTrainingLogger[source]¶
Bases:
objectShared lifecycle and backend logging setup for rich training loggers.
- Parameters:
- __init__(*, algo_name, max_iterations, num_envs, env_name, log_dir, log_backend, wandb_project, wandb_entity, wandb_name, wandb_group, wandb_job_type, wandb_tags, wandb_notes, refresh_per_second=4, tensorboard_subdir='tb', wandb_config=None)[source]¶
- close()[source]¶
Release live terminal state and backend handles without printing a summary.
- Return type: