Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online Greedy Solver tutorial in docs is not very meaningful #319

Open
zsunberg opened this issue Sep 8, 2020 · 1 comment
Open

Online Greedy Solver tutorial in docs is not very meaningful #319

zsunberg opened this issue Sep 8, 2020 · 1 comment

Comments

@zsunberg
Copy link
Member

zsunberg commented Sep 8, 2020

Since it uses SimpleGridWorld and it gives reward for taking an action in a reward state, there is nothing interesting that the solver can figure out, i.e., if the grid world was 3 x 1, you could do

action(planner, GWPos(3,1))

and it would still output :right

@dylan-asmar
Copy link
Member

@zsunberg, can you provide a link/reference to where this issue is in the docs? The only thing I can find is the online solver example (https://juliapomdp.github.io/POMDPs.jl/latest/online_solver/). In my last update, I added a heuristic policy example (https://juliapomdp.github.io/POMDPs.jl/latest/example_solvers/#Heuristic-Policy) but I'm not sure that addresses this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants