Skip to content

Commit

Permalink
docs: warning about gymnasium>0.29.1 to sb3 connect_four tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
David-GERARD committed Nov 24, 2024
1 parent a9ce533 commit ec15f1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/tutorials/sb3/connect_four.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: "SB3: Action Masked PPO for Connect Four"

# SB3: Action Masked PPO for Connect Four

```{eval-rst}
.. warning::
Currently, this tutorial doesn't work with versions of gymnasium>0.29.1. We are looking into fixing it but it might take some time.
```

This tutorial shows how to train a agents using Maskable [Proximal Policy Optimization](https://sb3-contrib.readthedocs.io/en/master/modules/ppo_mask.html) (PPO) on the [Connect Four](/environments/classic/chess/) environment ([AEC](/api/aec/)).

It creates a custom Wrapper to convert to a [Gymnasium](https://gymnasium.farama.org/)-like environment which is compatible with [SB3 action masking](https://sb3-contrib.readthedocs.io/en/master/modules/ppo_mask.html).
Expand Down

0 comments on commit ec15f1d

Please sign in to comment.