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