Cherry-pick from #200 - update the function signature - format code-style - move _compile into separate functions - fix a bug in to_torch and to_numpy (Batch) - remove None in action_range In short, the code-format only contains function-signature style and `'` -> `"`. (pick up from [black](https://github.com/psf/black))
5 lines
64 B
Python
5 lines
64 B
Python
tqdm_config = {
|
|
"dynamic_ncols": True,
|
|
"ascii": True,
|
|
}
|