You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Thanks
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: