nip.parameters.agents#
Parameters which specify agent configurations.
An agent is a neural network, and it is specified by a AgentParameters
object. Each
scenario has a different AgentParameters
subclass.
The AgentsParameters
object is a dictionary of agent names and their corresponding
AgentParameters objects.
Classes
|
Base class for sub-parameters objects which define agents. |
Parameters which specify the agents in the experiment. |
|
Additional parameters for agents in the code validation experiment. |
|
Additional parameters for agents in the graph isomorphism experiment. |
|
Additional parameters for agents in the image classification experiment. |
|
|
Class representing learning rate factors for the actor and critic models. |
|
Additional parameters for text-based agents who use APIs to generate responses. |
|
Parameters which specify a random agent. |