-
Updated
Oct 5, 2020 - TeX
multiagent-systems
Here are 158 public repositories matching this topic...
-
Updated
Oct 26, 2020 - Python
-
Updated
Sep 17, 2020 - C++
-
Updated
May 22, 2020 - Python
-
Updated
Oct 22, 2020 - Python
-
Updated
Sep 30, 2018 - Python
Currently PADE mix behaviours and protocols in a same file located in /pade/behaviours/protocols.py.
The idea is split behaviours and protocols in different files.
-
Updated
Jun 24, 2017 - JavaScript
-
Updated
Aug 15, 2019
-
Updated
Apr 5, 2019 - Python
-
Updated
Jul 23, 2020 - Python
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Mar 7, 2018 - Jupyter Notebook
-
Updated
Nov 4, 2018 - C++
-
Updated
Dec 3, 2018 - C++
-
Updated
Jul 14, 2020 - Python
-
Updated
Jun 4, 2017 - C#
-
Updated
Oct 19, 2020 - Java
-
Updated
Oct 1, 2020 - C#
-
Updated
Jul 23, 2019 - Python
-
Updated
Sep 4, 2020 - Python
-
Updated
May 29, 2018 - Jupyter Notebook
-
Updated
Jun 20, 2020 - Python
-
Updated
Aug 1, 2020 - Scala
-
Updated
Nov 10, 2017 - Java
-
Updated
Nov 20, 2019 - Python
-
Updated
Oct 19, 2020 - HTML
-
Updated
Mar 14, 2017 - MATLAB
-
Updated
Oct 27, 2020 - Lua
Improve this page
Add a description, image, and links to the multiagent-systems topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multiagent-systems topic, visit your repo's landing page and select "manage topics."
in the run function of agent, the serializer for sockets has been hardcoded to be 'pickle', shouldn't this be set to the serializer of the individual agents, or the global serializer in osbrain.config?
what i find is that 'pickle' was still used to serialize the parameters of passed functions, although i specifically set to use other serializers.
therefore, changing the global `osbrain.co