- Notifications
You must be signed in to change notification settings - Fork3
Fast informed bound solver for POMDPs.
License
NotificationsYou must be signed in to change notification settings
JuliaPOMDP/FIB.jl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Implements the fast informed bound (FIB) solver for POMDPs. FIB is discussed in Sec. 21.2 of:
- M. J. Kochenderfer, T. A. Wheeler, and K. H. Wray,Algorithms for Decision Making, MIT Press, 2022.
Pkg.add("FIB")
using FIBusing POMDPModelspomdp=TigerPOMDP()# initialize POMDPsolver=FIBSolver()# run the solverpolicy=solve(solver, pomdp)# policy is of type AlphaVectorPolicy
The result ofsolve
is anAlphaVectorPolicy
. This policy type is implemented inPOMDPTools.jl.
FIB.jl solves problems implemented using thePOMDPs.jl interface. See thedocumentation for POMDPs.jl for more information.
About
Fast informed bound solver for POMDPs.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors11
Uh oh!
There was an error while loading.Please reload this page.