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

Add RLScheduler #53

Merged
merged 3 commits into from
Mar 28, 2023
Merged

Add RLScheduler #53

merged 3 commits into from
Mar 28, 2023

Conversation

marcofavoritobi
Copy link
Contributor

@marcofavoritobi marcofavoritobi commented Mar 21, 2023

Proposed changes

  • Add a base class for RL agents, and an implementation of the MAB eps-greedy algorithm for non-stationary environments
  • Add a OpenAI Gym calibration environment, and a RL environment for MAB algorithms
  • Add the RLScheduler, an implementation of the BaseScheduler abstract class

Fixes

n/a

Types of changes

What types of changes does your code introduce?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

Put an x in the boxes that apply.

  • I have read the CONTRIBUTING doc
  • I am making a pull request against the main branch (left side). Also you should start your branch off our main.
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works

Further comments

n/a

@marcofavoritobi marcofavoritobi force-pushed the feat/rl-scheduler branch 5 times, most recently from e7e3694 to 49d873d Compare March 28, 2023 08:49
@marcofavoritobi marcofavoritobi marked this pull request as ready for review March 28, 2023 08:49
@marcofavoritobi marcofavoritobi requested a review from AldoGl March 28, 2023 08:49
- Add a base class for RL agents, and an implementation of the MAB eps-greedy algorithm for non-stationary environments
- Add a OpenAI Gym calibration environment, and a RL environment for MAB algorithms
- Add the RLScheduler, an implementation of the BaseScheduler abstract class
@marcofavoritobi marcofavoritobi merged commit 152aa9b into main Mar 28, 2023
@AldoGl AldoGl deleted the feat/rl-scheduler branch July 4, 2023 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants