Package com.anylogic.engine
- Type Parameters:
ROOT
- root model agent type
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ExperimentReinforcementLearning
@AnyLogicInternalAPI public interface LearningAgentModelInterface<ROOT extends Agent> extends Serializable
Internal interface designed for different usage patterns with Reinforcement Learning
- Author:
- AnyLogic North America, LLC https://anylogic.com
Modifier and Type | Method | Description |
---|---|---|
void | takeActionForModel |
This method is internal and shouldn't be called by user.
it may be removed/renamed in future. |
@AnyLogicInternalAPI void takeActionForModel(ROOT root)
This method is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.