LeanMachineLearning

3.7. SequentialLearning.Algorithms.RoundRobin🔗

Round-Robin algorithm

That algorithm chooses each of finitely many actions in a round-robin fashion. That is, if there are K actions numbered from 0 to K - 1, then at time n it chooses he action n % K.

Main definitions

  • roundRobinAlgorithm: the Round-Robin algorithm.

Module LeanMachineLearning.SequentialLearning.Algorithms.RoundRobin contains 12 exposed declarations.