sawcordwell / pymdptoolbox

Markov Decision Process (MDP) Toolbox for Python
BSD 3-Clause "New" or "Revised" License
521 stars 251 forks source link

Linear programming class is broken #9

Open sawcordwell opened 9 years ago

sawcordwell commented 9 years ago

The policies that the LP class gives are incorrect in (every?) case. This may be because the class used to call cvxopt with the glpk option but now it uses the native cvxopt algorithms, so it may need different options now?

ryanjoneil commented 8 years ago

Do you have an example showing how it's broken?