Interface | Description |
---|---|
Reward |
General reward interface.
|
RewardEvaluatorObserver |
Common interface for observers of a reward evaluator.
|
RewardObserver |
Common interface for observers of a reward.
|
RewardTime |
Common interface of discrete and continuous reward times.
|
Class | Description |
---|---|
BasicReward |
A reward implementation for generic time.
|
ContinuousRewardTime |
Continuous reward time: time steps are arbitrary and sojourn times are those
associated with a firing event.
|
DiscreteRewardTime |
Discrete reward time: time steps and sojourn times are always equal to 1.
|
NumericRewardResult |
A single numeric result.
|
RewardEvaluator |
Evaluator collecting the values of a reward over multiple runs.
|
SymbolicPrefixReward |
Reward tracking the occurrence of a sequence of event firings from the
initial state.
|
Enum | Description |
---|---|
Reward.RewardEvent | |
RewardEvaluator.RewardEvaluatorEvent |
Copyright © 2018 STLAB. All rights reserved.