sawcordwell / pymdptoolbox

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

Move evalPolicy* functions to be functions of the util module #2

Open sawcordwell opened 9 years ago

sawcordwell commented 9 years ago

These are useful for checking policies in cases other than policy iteration algorithms, so they should be exported under mdptoolbox top level module.