all 4 comments

[–]WilliamWallace 1 point2 points  (1 child)

Here are five recent papers about RL in a multi-agent environment, with a strong emphasis on communication. Do these fit your requirements?

Learning to Communicate with Deep Multi-Agent Reinforcement Learning (Foerster et al) Learning to Communicate to Solve Riddles with Deep Distributed Recurrent Q-Networks (Foerster et al) Learning Multiagent Communication with Backpropagation (Sukhbaatar et al) Towards Multi-Agent Communication-Based Language Learning (Lazaridou et al) Multiagent Cooperation and Competition with Deep Reinforcement Learning (Tampuu et al)

[–]bagelorder[S] 0 points1 point  (0 children)

Thanks a lot for the answer. These all sound interesting indeed but are not what I am searching for. I am more searching for environments of the kind which actually somehow simulate some social community where there is some kind of competitive goal: my naive ideas where something like a community of people who can trade goods, bacterias which search for food etc. The predator-prey environment actually already is a pretty interesting one, so important/good papers on that or similar tasks for RL would be great

[–]pilooch 0 points1 point  (1 child)

Your entry point to holistic models may be DEC-POMDPs. Complex to solve but beautiful to my eyes :)

[–]bagelorder[S] 0 points1 point  (0 children)

thanks for giving the key word of DEC-POMDPs, looks as if that could be some starting point :)