Skip to content

Commit

Permalink
Removed RoombaPOMDPs after the example in attempt to fix GR_jll confl…
Browse files Browse the repository at this point in the history
…ict later with TagPOMDPProblem
  • Loading branch information
dylan-asmar committed Jan 27, 2024
1 parent 8ca57e0 commit 4b291e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ sim = GifSimulator(;
fps=5)
saved_gif = simulate(sim, pomdp, planner, belief_updater)
Pkg.rm("RoombaPOMDPs") # hide
Pkg.update() # hide
println("gif saved to: $(saved_gif.filename)")
```

Expand Down

0 comments on commit 4b291e8

Please sign in to comment.