//! This module contains the Agents that try to figure out the optimal strategy for playing a given Bandit.
pubuseagent::Agent;pubuseepsilon_greedy::EpsilonGreedyAgent;pubusegreedy::GreedyAgent;pubuseoptimistic::OptimisticAgent;usesuper::util::ArgBounds;modagent;modepsilon_greedy;modgreedy;modoptimistic;