You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#84. This release enables support for running distributed MAS with JS-son. The environment can specify interfaces to remotely running agents; the environment's loop can be adjusted accordingly (for example to support asynchronous interaction). See here for a tutorial.
#58 Agents have a default preference function generator that simply turns an agent's desires into intentions: (beliefs, desires) => desireKey => desires[desireKey](beliefs).