mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-22 19:23:49 +00:00
Ignore A2C warnings too
This commit is contained in:
parent
c0eab56d3b
commit
593b2d967f
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ exclude = """(?x)(
|
|||
env = ["PYTHONHASHSEED=0"]
|
||||
|
||||
filterwarnings = [
|
||||
# A2C/PPO on GPU
|
||||
"ignore:You are trying to run (PPO|A2C) on the GPU",
|
||||
# Tensorboard warnings
|
||||
"ignore::DeprecationWarning:tensorboard",
|
||||
# Gymnasium warnings
|
||||
|
|
|
|||
Loading…
Reference in a new issue