I'm using the backward induction (Finite Horizon).
When I put this fh = mdptoolbox.mdp.FiniteHorizon(P, R, d, T, skip_check=True) in my code, I get the following error:
TypeError: init() got an unexpected keyword argument 'skip_check'
Is it a bug or am I not skipping the check the right way?
I'm using the backward induction (Finite Horizon). When I put this
fh = mdptoolbox.mdp.FiniteHorizon(P, R, d, T, skip_check=True)
in my code, I get the following error:Is it a bug or am I not skipping the check the right way?
Thanks