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 am trying to solve tiger problem, when I run the following python vi.py --env Tiger --solver ValueIteration --planning_horizon 8 --n_epochs 10 --max_steps 10 --seed 123
I can only get a reward or something like that, how can I determine my action according to a belief in tiger problem using pomdpy?
The text was updated successfully, but these errors were encountered:
I am trying to solve tiger problem, when I run the following
python vi.py --env Tiger --solver ValueIteration --planning_horizon 8 --n_epochs 10 --max_steps 10 --seed 123
I can only get a reward or something like that, how can I determine my action according to a belief in tiger problem using pomdpy?
The text was updated successfully, but these errors were encountered: