JuliaPOMDP / JuliaPOMDP/DiscreteValueIteration.jl

VI should use linear algebra by default.

Open
#44 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
21
Forks
12
PR merge metrics
No merged PRs in 30d

Description

Currently this package has two solvers: ValueIterationSolver and SparseValueIterationSolver. The SparseValueIteration solver converts the problem to matrices and then uses linear algebra to solve. This is faster for almost all cases, so it should probably be the default.

The only reason that you would not want to do this is if you couldn't fit the (sparse) matrices in memory.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.