Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
@WhiffleFish I added a bit of information.
  • Loading branch information
zsunberg authored Mar 23, 2023
1 parent 29ed7e9 commit 4fb142b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[![CI](https://github.com/JuliaPOMDP/NativeSARSOP.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaPOMDP/NativeSARSOP.jl/actions/workflows/CI.yml)
[![codecov](https://codecov.io/gh/JuliaPOMDP/NativeSARSOP.jl/branch/main/graph/badge.svg?token=sBUIhwe27n)](https://codecov.io/gh/JuliaPOMDP/NativeSARSOP.jl)

NativeSARSOP is a native julia implementation of the [SARSOP POMDP algorithm](http://www.roboticsproceedings.org/rss04/p9.pdf). It has comparable speed to the [wrapped C++ solver](https://github.com/JuliaPOMDP/SARSOP.jl), but avoids the bottleneck of writing to a pomdpx file, so it can often find a result in less total time.

## Installation

It is recommended that you have [POMDPs.jl](https://github.com/JuliaPOMDP/POMDPs.jl) installed. To install SARSOP run the following command:
Expand Down

1 comment on commit 4fb142b

@WhiffleFish
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

Please sign in to comment.