Skip to content

Commit

Permalink
Ignore A2C warnings too
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Jan 7, 2025
1 parent 73170b2 commit f7e6c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ exclude = """(?x)(
env = ["PYTHONHASHSEED=0"]

filterwarnings = [
# PPO on GPU
"ignore:You are trying to run PPO on the GPU",
# A2C/PPO on GPU
"ignore:You are trying to run (PPO|A2C) on the GPU",
# Tensorboard warnings
"ignore::DeprecationWarning:tensorboard",
# Gymnasium warnings
Expand Down

0 comments on commit f7e6c99

Please sign in to comment.