Ignore A2C warnings too

This commit is contained in:
Antonin Raffin 2025-01-07 13:45:57 +01:00
parent c0eab56d3b
commit 593b2d967f

View file

@ -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