MultiArmedBandit
latest

Contents:

  • Overview

API:

  • Bandit classes
  • Environment class
  • Figure methods
  • Posse class
  • Reward classes
MultiArmedBandit
  • Docs »
  • Index
  • Edit on GitHub

Index

A | B | C | E | G | M | P | R | T | U | V

A

  • action() (bandit.bandit.BaseBandit method)
    • (bandit.environment.Environment method)

B

  • bandit.bandit (module)
  • bandit.environment (module)
  • bandit.figures (module)
  • bandit.posse (module)
  • bandit.reward (module)
  • BaseBandit (class in bandit.bandit)
  • BaseReward (class in bandit.reward)

C

  • choose_action() (bandit.bandit.EpsGreedyBandit method)
    • (bandit.bandit.GreedyBandit method)
    • (bandit.bandit.RandomBandit method)
  • CustomBandit (class in bandit.bandit)

E

  • Environment (class in bandit.environment)
  • EpsGreedyBandit (class in bandit.bandit)
  • expected_rewards() (bandit.environment.Environment method)

G

  • GaussianReward (class in bandit.reward)
  • GreedyBandit (class in bandit.bandit)

M

  • mean_best_choice() (bandit.posse.Posse method)
  • mean_reward() (bandit.posse.Posse method)
  • moments() (bandit.environment.Environment method)

P

  • plot_average_rewards() (in module bandit.figures)
  • plot_reward_distributions() (in module bandit.figures)
  • PoissonReward (class in bandit.reward)
  • Posse (class in bandit.posse)

R

  • RandomBandit (class in bandit.bandit)

T

  • take_actions() (bandit.posse.Posse method)

U

  • update_history_and_values() (bandit.bandit.BaseBandit method)

V

  • var_best_choice() (bandit.posse.Posse method)
  • var_reward() (bandit.posse.Posse method)

© Copyright 2020, Thomas McClintock Revision bb3214a5.

Built with Sphinx using a theme provided by Read the Docs.