Skip to content

VI should use linear algebra by default. #44

@zsunberg

Description

@zsunberg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions