Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bingj rebase #1448

Open
wants to merge 14 commits into
base: dev
Choose a base branch
from
Open

Bingj rebase #1448

wants to merge 14 commits into from

Commits on Jul 12, 2024

  1. added and implemented epsilon_greedy.py

    bing-j authored and marcharper committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    38d2cb9 View commit details
    Browse the repository at this point in the history
  2. added and implemented epsilon_greedy.py

    bing-j authored and marcharper committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3b43fef View commit details
    Browse the repository at this point in the history
  3. added and implemented epsilon_greedy.py

    bing-j authored and marcharper committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8467a1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22d9ad0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39d08c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e650cf2 View commit details
    Browse the repository at this point in the history
  7. strategy tests completed and passedl; updated docstring to clarify in…

    …itial behaviour.
    bing-j authored and marcharper committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4b635cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    10de4c9 View commit details
    Browse the repository at this point in the history
  9. for extendability: renamed module to armed_bandits, created Greedy su…

    …perclass of EpsilonGreedy, and implemented option to weigh reward based on recency
    bing-j authored and marcharper committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2a9dfaf View commit details
    Browse the repository at this point in the history
  10. modified UNIFORM to use np.inf instead; fixed EpsilonGreedy.strategy(…

    …) so that it correctly calls update_rewards() through the parent method; all previous tests passed.
    bing-j authored and marcharper committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    07430cb View commit details
    Browse the repository at this point in the history
  11. formatted armed_bandits.py using black.

    bing-j authored and marcharper committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    32605e3 View commit details
    Browse the repository at this point in the history
  12. style changes in docstrings and comments, renamed file to bandits, up…

    …dated doc test, and changed value of UNIFORM constant to -1.
    bing-j authored and marcharper committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8b17e01 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fefacd1 View commit details
    Browse the repository at this point in the history
  14. Update classify_strategies.rst

    Fix doctest, ++ stochastic strategies
    marcharper authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6b3a583 View commit details
    Browse the repository at this point in the history