Skip to content

Commit

Permalink
refactor(base_agents): introduce citation into class docstring for Ag…
Browse files Browse the repository at this point in the history
…entMET4FOF
  • Loading branch information
BjoernLudwigPTB committed Aug 21, 2022
1 parent 7709e87 commit 5b31f52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agentMET4FOF/agents/base_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class AgentMET4FOF(MesaAgent, osBrainAgent):
Behavioral functions for users to provide are init_parameters, agent_loop and
on_received_message. Communicative functions are bind_output, unbind_output and
send_output.
send_output. To learn more about the idea behind multi-agent systems (MAS) see
[Bang2019]_.
"""

def __init__(
Expand Down

0 comments on commit 5b31f52

Please sign in to comment.