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

feat: new q-learning experiment runner #25

Merged
merged 6 commits into from
Jul 10, 2024
Merged

Conversation

musslick
Copy link
Contributor

@musslick musslick commented Jul 9, 2024

Description

Added a q-learning synthetic experiment runner.

Type of change

  • feat: A new feature

Features (Optional)

  • accepts both pandas dataframe of numpy arrays or a single numpuy array (single sequence)
  • arrays have shape num_trials x num_bandit_arms
  • returns always a list of numpy arrays (containing the chosen actions)

@musslick musslick added the enhancement New feature or request. label Jul 9, 2024
@musslick musslick self-assigned this Jul 9, 2024
musslick added 5 commits July 9, 2024 19:38
@musslick
Copy link
Contributor Author

Docstrings now fixed!

Copy link
Contributor

@younesStrittmatter younesStrittmatter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@younesStrittmatter younesStrittmatter merged commit 55b3abc into main Jul 10, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants