Skip to content

hdelecki/EntropyRegularizedPBVI.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entropy-regularized Point-based Value Iteration

Build Status

Entropy regularized point-based value iteration solver for the POMDPs.jl framework.

Installation

From the julia REPL,

]add [email protected]:hdelecki/EntropyRegularizedPBVI.jl.git

Usage

using EntropyRegularizedPBVI
using POMDPModels

pomdp = TigerPOMDP()

solver = ERPBVISolver(max_iterations=10, ϵ=0.1, λ=0.1, verbose=true)

policy = solve(solver, pomdp)

About

Entropy Regularized Point-based Value Iteration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages