specless.strategy.CombinedStrategy
- class specless.strategy.CombinedStrategy(strategies: List[Strategy])[source]
Bases:
Strategy
Combined strategy class. It takes an action for each strategy given an observed state.
Methods
Get the action for each strategy in the combined strategy given the state.
Reset the combined strategy by resetting each strategy in the list.