Open catnt opened 3 years ago
1) The social-dilemmas environments are from the sequential-social-dilemma-games repository. 2) Are you looking for PettingZoo? You can then use the pettingzoo_env_to_vec_env_v1 wrapper from SuperSuit to convert a PettingZoo environment to a Stable-Baselines3 vector environment.
Please note that this repository is still very much a work in progress-The only algorithm implemented so far is Independent PPO. In the meanwhile, I highly recommend using an alternate library, like RLlib instead for multi-agent reinforcement learning.
thanks a lot
Hi,can you share me the package named social-dilemma?thanks alot. Another question how can i to change the single agent enviroment(gym tpye ) to mulltiple agent env