Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Straub authored Aug 31, 2020
1 parent 15364df commit 092969b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Point-based value iteration

[![Build status](https://travis-ci.com/dominikstrb/PointBasedValueIteration.jl.svg?branch=master)](https://travis-ci.com/github/dominikstrb/PointBasedValueIteration.jl)
[![Coverage Status](https://coveralls.io/repos/github/dominikstrb/PointBasedValueIteration.jl/badge.svg?branch=master)](https://coveralls.io/github/dominikstrb/PointBasedValueIteration.jl?branch=master)
[![codecov](https://codecov.io/gh/dominikstrb/PointBasedValueIteration.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/dominikstrb/PointBasedValueIteration.jl)


Point-based value iteration solver ([Pineau et al., 2003](http://www.fore.robot.cc/papers/Pineau03a.pdf)) for the [POMDPs.jl](https://github.com/JuliaPOMDP/POMDPs.jl) framework.

Expand Down

0 comments on commit 092969b

Please sign in to comment.