usecrate::progress::Progress;pubmoddecliningrandom;pubtraitExploreStrategy<A> {///The action we pick based on `best` action there is, and `Progress`
fnpick_action(&mutself,
actions:&[A],
best:Option<A>, //best based on qlearning etc.
progress: Progress,
)-> A;}