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

Linear support algorithm requires fix #10

Open
enter802 opened this issue Apr 12, 2020 · 1 comment
Open

Linear support algorithm requires fix #10

enter802 opened this issue Apr 12, 2020 · 1 comment

Comments

@enter802
Copy link

enter802 commented Apr 12, 2020

I am trying to run the TigerProblem using the Linear support algorithm,

solver = POMDPSolveSolver(
    method = :linsup,
    )

however, I am getting the following message:

"Linear support currently requires the CPLEX LP solver."

Platform: Windows

@zsunberg
Copy link
Member

Hi @enter802 . It looks like the pomdp-solve binary executable relies on the cplex program to solve the linear programs (LPs) that are encountered in the solution process. You probably need to download and install the cplex program separately - I think you can get a free trial version or an education license fairly easily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants