Rohan138 / marl-baselines3

Multi-Agent Reinforcement Learning with Stable-Baselines3
Other
15 stars 4 forks source link

where is the package named social-dilemma #1

Open catnt opened 2 years ago

catnt commented 2 years ago

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

Rohan138 commented 2 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.

catnt commented 2 years ago

thanks a lot