specless.strategy.FeedforwardStrategy
- class specless.strategy.FeedforwardStrategy(plan: List)[source]
Bases:
Strategy
Base class for all feedforward strategy classes.
- plan
The plan for the feedforward strategy.
- Type:
List
- step
The current step in the plan.
- Type:
int
Methods
Get the action for the feedforward strategy given the state.
Reset the feedforward strategy by setting the current step to 0.