Tianshou/examples/common.py
Daniel Plop eb0215cf76
Refactoring/mypy issues test (#1017)
Improves typing in examples and tests, towards mypy passing there.

Introduces the SpaceInfo utility
2024-02-06 14:24:30 +01:00

4 lines
100 B
Python

from tianshou.highlevel.logger import LoggerFactoryDefault
logger_factory = LoggerFactoryDefault()