Package com.anylogic.engine
- Type Parameters:
O
- Observation data structure type, seeExperimentReinforcementLearning#getObservation(Agent, Object)
A
- Action data structure type, seeExperimentReinforcementLearning#applyAction(Agent, Object)
C
- Configuration data structure type, seeExperimentReinforcementLearning#applyConfiguration(Agent, Object)
- All Superinterfaces:
Serializable
public interface LearningAgentInterface<O,A, extends SerializableC>
Data communication interface designed for use with
ExperimentReinforcementLearning
: describes
the interaction between the model and Learning Platform / pre-trained Learning Agent- Author:
- AnyLogic North America, LLC https://anylogic.com
Modifier and Type | Method | Description |
---|---|---|
A | takeAction |
A takeAction(O observation, A emptyAction)