This is a dummy environment to examine the problem related to this issue.
python = "^3.8,<3.11"
gym = "0.25"
PettingZoo = "^1.19.0"
SuperSuit = "^3.5.0"
stable-baselines3 = {git = "https://github.com/carlosluis/stable-baselines3.git", rev = "fix_tests"}
- Clone the repo and
cd
inside it. pyenv install 3.8.10
poetry env use 3.8.10
poetry install
poetry shell
python main_dummy.py
python3.8 -m venv ./.venv
source ./.venv/bin/activate
pip install -r requirements.txt
python main_dummy.py