logging#
- class gym_socks.utils.logging.ms_tqdm(*args, **kwargs)[source]#
A custom tqdm progress bar implementation.
This is a simple modification to the tqdm progress bar that shows millisecond computation times in the progress bar. Adds the elapsed_ms format specifier to the format string.
- Parameters
args (Any) –
kwargs (Any) –
- Return type
Any
- property format_dict#