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

Add ref to algorithm #9

Merged
merged 2 commits into from Jun 25, 2018
Merged

Add ref to algorithm #9

merged 2 commits into from Jun 25, 2018

Conversation

mhoehle
Copy link
Contributor

@mhoehle mhoehle commented Jun 24, 2018

I would find it helpful, if the description of the algorithms carries a literature reference. Currently the description is very short so as a POMDP newbie it took me a while to find the corresponding paper. This PR is a suggestion to add it for this algo, feel free to quote a more appropriate paper instead.

I found it helpful that the algorithms carry a literature reference. As a POMDP newbie it took me a while to find the corresponding paper so I could check the details. So this PR is a suggestion to add it for this algo.
@coveralls
Copy link

coveralls commented Jun 24, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 23e6ddf on hoehleatsu:patch-1 into 370d8e8 on JuliaPOMDP:master.

README.md Outdated
This Julia package implements the QMDP approximate solver for POMDP/MDP planning.
This Julia package implements the QMDP approximate solver for POMDP/MDP planning. The QMDP solver is documented in:

* Michael Littman, Anthony Cassandra, and Leslie Kaelbling. [Learning policies for partially observable environments: Scaling up. In Armand Prieditis and Stuart Russell](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.52.6374), editors, Proceedings of the Twelfth International Conference on Machine Learning, pages 362--370, San Francisco, CA, 1995. Morgan Kaufmann.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The In Armand Prieditis and Stuart Russell should be either removed out moved outside of the link.

@zsunberg
Copy link
Member

@hoehleatsu Thank you! I implemented Mykel's suggestion and will merge as soon as the checks pass.

@zsunberg zsunberg merged commit 092e647 into JuliaPOMDP:master Jun 25, 2018
@mhoehle
Copy link
Contributor Author

mhoehle commented Jun 25, 2018

Thanks for the review, improvement and merging the PR!

@mhoehle mhoehle deleted the patch-1 branch June 25, 2018 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants