memorax.loggers.DashboardLogger# class memorax.loggers.DashboardLogger[source]# Bases: object __init__(total_timesteps=0, refresh_per_second=10, summary=None, **kwargs)[source]# log(data, step, **kwargs)[source]# Return type: None Parameters: data (Any) step (int) finish()[source]# Return type: None group(data)[source]# Return type: dict[str, dict[str, Any]] Parameters: data (dict[str, Any]) build_table(heading, metrics)[source]# Return type: Table Parameters: heading (str) metrics (dict[str, Any]) build_dashboard(data, step, progress, task)[source]# Return type: Table Parameters: data (dict[str, Any]) step (int) progress (Progress) task (Any)