mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-26 19:52:45 +00:00
15 lines
323 B
INI
15 lines
323 B
INI
[run]
|
|
branch = False
|
|
omit =
|
|
tests/*
|
|
setup.py
|
|
# Require graphical interface
|
|
stable_baselines3/common/results_plotter.py
|
|
# Require ffmpeg
|
|
stable_baselines3/common/vec_env/vec_video_recorder.py
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
raise NotImplementedError()
|
|
if typing.TYPE_CHECKING:
|