Skip to content

Commit

Permalink
Update imports in README.md example (JuliaPOMDP#506)
Browse files Browse the repository at this point in the history
* Update imports in README.md example

* remove POMDPDistributions

---------

Co-authored-by: Zachary Sunberg <[email protected]>
  • Loading branch information
2 people authored and johannes-fischer committed Jul 12, 2023
1 parent 08b2f3f commit d124255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ using Pkg; Pkg.add("POMDPs"); Pkg.add("QMDP")
To run a simple simulation of the classic [Tiger POMDP](https://people.csail.mit.edu/lpk/papers/aij98-pomdp.pdf) using a policy created by the QMDP solver, you can use the following code (note that POMDPs.jl is not limited to discrete problems with explicitly-defined distributions like this):

```julia
using POMDPs, QuickPOMDPs, POMDPModelTools, POMDPSimulators, QMDP
using POMDPs, QuickPOMDPs, POMDPTools, QMDP

m = QuickPOMDP(
states = ["left", "right"],
Expand Down

0 comments on commit d124255

Please sign in to comment.