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

Reinforcement Learning Solver #1

Open
knagrecha opened this issue Aug 13, 2023 · 0 comments
Open

Reinforcement Learning Solver #1

knagrecha opened this issue Aug 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@knagrecha
Copy link
Owner

Summary

Currently, the only supported method of solving the SPASE problem is to use an MILP solver like Gurobi. Gurobi licenses are free for academic users but can be pretty expensive for everyone else. Open-source MILP solvers do not perform as well. I propose that we make a reinforcement-learning-based solver as an open-source alternative for users without access to Gurobi.

Key Proposal
A new RL solver for Saturn's SPASE problem.

What it would take
This would be a significant overhaul. RL is not as reliable as an MILP solver. We'd need a lot of testing to be sure this works.

@knagrecha @knagrecha-nflx

@knagrecha knagrecha added the enhancement New feature or request label Aug 13, 2023
@knagrecha knagrecha self-assigned this Aug 13, 2023
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

No branches or pull requests

1 participant