-
Notifications
You must be signed in to change notification settings - Fork 104
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
Update docs to incorporate POMDPExamples and POMDPGallery #539
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
7c2562e
Added examples to documentation (followed outline of POMDPExamples.jl)
dylan-asmar 2ea0ee0
Added Grid World MDP Tutorial
dylan-asmar 01692ed
Removed todo statement that was being redered in the docs
dylan-asmar 630b5b7
added gallery section (similar to POMDPGallery.jl)
dylan-asmar 438464a
updated references to POMDPExamples.jl and POMDPGallery.jl
dylan-asmar fcd95b4
Changed to internal reference using Documenter.
dylan-asmar 8ca57e0
Remove RoombaPOMDPs (unregistered and is added during documentation b…
dylan-asmar 4b291e8
Removed RoombaPOMDPs after the example in attempt to fix GR_jll confl…
dylan-asmar ea32406
added Plots to support Tag gallery example
dylan-asmar 121e6dd
Removed Tag generation and changed to uploaded gif due to GR backend …
dylan-asmar 8631324
clearup of roomba example outputs
dylan-asmar cbc15a5
Gallery: Working example for TagPOMDP (#540)
dylan-asmar 587ea0b
Removed TagPOMDP.gif based on creating it at documentation generation
dylan-asmar 4b206e8
Fixed some typos
dylan-asmar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,29 @@ | ||
[deps] | ||
BasicPOMCP = "d721219e-3fc6-5570-a8ef-e5402f47c49e" | ||
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175" | ||
Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b" | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
DiscreteValueIteration = "4b033969-44f6-5439-a48b-c11fa3648068" | ||
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
DroneSurveillance = "63556450-714a-11e9-08e1-e368b701e279" | ||
Fontconfig = "186bb1d3-e1f7-5a2c-a377-96d770f13627" | ||
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d" | ||
MCTS = "e12ccd36-dcad-5f33-8774-9175229e7b33" | ||
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50" | ||
NativeSARSOP = "a07c76ea-660d-4c9a-8028-2e6dbd212cb8" | ||
POMDPGifs = "7f35509c-0cb9-11e9-0708-2928828cdbb7" | ||
POMDPLinter = "f3bd98c0-eb40-45e2-9eb1-f2763262d755" | ||
POMDPModels = "355abbd5-f08e-5560-ac9e-8b5f2592a0ca" | ||
POMDPTools = "7588e00f-9cae-40de-98dc-e0c70c48cdd7" | ||
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d" | ||
ParticleFilters = "c8b314e2-9260-5cf8-ae76-3be7461ca6d0" | ||
QMDP = "3aa3ecc9-5a5d-57c8-8188-3e47bd8068d2" | ||
QuickPOMDPs = "8af83fb2-a731-493c-9049-9e19dbce6165" | ||
RockSample = "de008ff0-c357-11e8-3329-7fe746fe836e" | ||
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" | ||
TagPOMDPProblem = "8a653263-a1cc-4cf9-849f-f530f6ffc800" | ||
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" | ||
|
||
[compat] | ||
Documenter = "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is a better way to make these links relative - maybe
[Examples](/examples)
or something. We don't really want to always point to a hand coded url and thelatest
version.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know you can make relative links in the documentation. I wasn't aware you could do it from the README.md to the documentation. I'll look into that. I agree that it would be the better way to go.