-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs to incorporate POMDPExamples and POMDPGallery (#539)
* Added examples to documentation (followed outline of POMDPExamples.jl) * Added Grid World MDP Tutorial * Removed todo statement that was being redered in the docs * added gallery section (similar to POMDPGallery.jl) * updated references to POMDPExamples.jl and POMDPGallery.jl * Changed to internal reference using Documenter. * Remove RoombaPOMDPs (unregistered and is added during documentation build) * Removed RoombaPOMDPs after the example in attempt to fix GR_jll conflict later with TagPOMDPProblem * added Plots to support Tag gallery example * Removed Tag generation and changed to uploaded gif due to GR backend issues and Github actions * clearup of roomba example outputs * Gallery: Working example for TagPOMDP (#540) * Removed Tag note * updated using statements in gallery examples * Got backend GR to work for Tag by adding Plots in setup * Removed TagPOMDP.gif based on creating it at documentation generation * Fixed some typos
- Loading branch information
1 parent
6c19b3d
commit e6a163f
Showing
16 changed files
with
1,758 additions
and
19 deletions.
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.