From 593b2d967f834645265f6bc27068b1e62df3696c Mon Sep 17 00:00:00 2001 From: Antonin Raffin Date: Tue, 7 Jan 2025 13:45:57 +0100 Subject: [PATCH] Ignore A2C warnings too --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1fd1a18..4399332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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