Tianshou/tianshou/utils/config.py
2020-03-11 10:56:38 +08:00

5 lines
64 B
Python

tqdm_config = {
'dynamic_ncols': True,
'ascii': True,
}