Interface | Description |
---|---|
EnvironmentInfraTier |
This interface is implemented by the infrastructure tier (Saci/Centralised/...) to provide concrete implementation of the environment.
|
Class | Description |
---|---|
Environment |
It is a base class for Environment, it is overridden by the user
application to define the environment "behaviour".
|
SteppedEnvironment | Deprecated
this class was renamed to TimeSteppedEnvironment
|
TimeSteppedEnvironment |
General environment class that "synchronise" all agents actions.
|
Enum | Description |
---|---|
TimeSteppedEnvironment.OverActionsPolicy |
Policy used when a second action is requested and the agent still has another action pending execution
|