eugenevinitsky / sequential_social_dilemma_games

Repo for reproduction of sequential social dilemmas
MIT License
380 stars 134 forks source link

About the default number of agents #206

Open woithook opened 1 year ago

woithook commented 1 year ago

Hi, while I was using this cleanup, I found that there were too many agents to facilitate analysis, such as finding Nash equilibrium solutions and analyzing behavior patterns of individual agents. Here, I would like to know if the number of agents(N=5) in the environment cannot be changed. That is, if the number of agents is changed, does the environment also form a social dilemma under the default environmental parameters?

If I want to change the number of intelligences, how should I adjust the environment parameters to ensure that the environment still forms a social dilemma?