Skip to content

Commit

Permalink
docs(init_agent): fix misleading comment in docstring about calling s…
Browse files Browse the repository at this point in the history
…equence
  • Loading branch information
BjoernLudwigPTB committed Oct 12, 2023
1 parent 211d45f commit 6eeb0fa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions agentMET4FOF/agents/base_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,9 @@ def get_attr(self, attr):
return getattr(self, attr)

def init_agent(self, buffer_size=1000, log_mode=True):
"""
Internal initialization to setup the agent: mainly on setting the dictionary
of Inputs, Outputs, PubAddr. Calls user-defined `init_parameters()` upon
finishing.
"""Internal initialization to set up the agent
This mainly sets the dictionaries of inputs, outputs and the public address.
Attributes
----------
Expand Down

0 comments on commit 6eeb0fa

Please sign in to comment.