Dollynator icon indicating copy to clipboard operation
Dollynator copied to clipboard

Cooperative multi-agent reinforcement learning

Open MattSkala opened this issue 6 years ago • 1 comments
trafficstars

We want to add support for an authenticated communication between agents, so the bots can share knowledge and converge to the optimal QTable more quickly.

IPv8 will be used for communication and probably Protocol Buffers for message serialization.

MattSkala avatar Dec 17 '18 00:12 MattSkala

I would recommend you to use the built-in primitives for message serialization in IPv8, instead of protocol buffers. Please have a look at the existing communities to get an idea how to use them.

devos50 avatar Dec 17 '18 07:12 devos50