Bardo.AgentManager (Bardo v0.1.0)
View SourceAgent Manager module for the Bardo system.
This module is responsible for managing neural network agents, including their creation, evaluation, and lifecycle management.
Summary
Functions
Returns a specification to start this module under a supervisor.
Create a new agent with the specified parameters.
Evaluate an agent in the specified environment.
Start the AgentManager process.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Create a new agent with the specified parameters.
Evaluate an agent in the specified environment.
@spec start_link(any()) :: GenServer.on_start()
Start the AgentManager process.