Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fast informed bound solver for POMDPs.

License

NotificationsYou must be signed in to change notification settings

JuliaPOMDP/FIB.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Statuscodecov

Implements the fast informed bound (FIB) solver for POMDPs. FIB is discussed in Sec. 21.2 of:

Installation

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

Stars

Watchers

Forks

Packages

No packages published

Contributors11

Languages


[8]ページ先頭

©2009-2025 Movatter.jp