-
This roadmap outlines the planned features and bug fixes for the this project:
- [ ] Use the PettingZoo API for the multiagent variants of each environment
-
Hello,
I am running your sarsa_resco.py code with a custom environment, representing downtown Athens so around 30-40 traffic lights. When I added the custom environment to the simulation, I get the…
-
Hi, I was wondering if it would be possible for Kaggle environments to use gymnasium rather than gym? We would like to list this of [third party environments](https://gymnasium.farama.org/environments…
-
### Describe the bug
When trying to run the Atari examples in the docs, the same error is shown (for all games):
> OSError: rom tennis is not installed. Please install roms using AutoROM tool (h…
-
I am using the pettingzoo environment for a MARL program, using the tictactoe environment (found [here](https://tianshou.readthedocs.io/en/stable/tutorials/tictactoe.html)) as a blueprint. The existin…
-
### Steps to reproduce the problem
1. Open https://queer.group/@twitchbunny@pettingzoo.co/109905500238458878.
2. Wait, until the page is loaded.
3. The image appears and then disappears. Reproduc…
-
Trying to run `run_rl.py` pettingzoo example and I get the following error:
```
poetry run python examples/run_rl.py --cuda 0
--> Running on the GPU
----------------------------------------
…
-
- [x] I have marked all applicable categories:
+ [ ] exception-raising bug
+ [ ] RL algorithm bug
+ [ ] documentation request (i.e. "X is missing from the documentation.")
+ [ ] ne…
-
### What happened + What you expected to happen
I'm having trouble loading a trained model using the PettingZoo env leduc_holdem_v4 (I'm working on updating the PettingZoo RLlib tutorials). I was abl…
-
gym~=0.26.2
tianshou~=0.4.10
pettingzoo
tianshou平台别安装最新版,因为它从0.5版本后就不支持gym而改为支持gymnasium了