Tianshou/tianshou/utils/config.py

5 lines
64 B
Python
Raw Normal View History

2020-03-11 10:56:38 +08:00
tqdm_config = {
'dynamic_ncols': True,
'ascii': True,
}