mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-14 20:58:03 +00:00
20 lines
683 B
INI
20 lines
683 B
INI
[metadata]
|
|
# This includes the license file in the wheel.
|
|
license_file = LICENSE
|
|
|
|
[tool:pytest]
|
|
# Deterministic ordering for tests; useful for pytest-xdist.
|
|
env =
|
|
PYTHONHASHSEED=0
|
|
filterwarnings =
|
|
# Tensorboard/Tensorflow warnings
|
|
ignore:inspect.getargspec:DeprecationWarning:tensorflow
|
|
ignore:builtin type EagerTensor has no __module__ attribute:DeprecationWarning
|
|
ignore:The binary mode of fromstring is deprecated:DeprecationWarning
|
|
ignore::FutureWarning:tensorflow
|
|
# Gym warnings
|
|
ignore:Parameters to load are deprecated.:DeprecationWarning
|
|
ignore:the imp module is deprecated in favour of importlib:PendingDeprecationWarning
|
|
|
|
[pytype]
|
|
inputs = torchy_baselines
|