Skip to content

Commit fcbff5c

Browse files
authored
fix CI badge
1 parent 33fab11 commit fcbff5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/JuliaPOMDP/LocalApproximationValueIteration.jl.svg?branch=master)](https://travis-ci.org/JuliaPOMDP/LocalApproximationValueIteration.jl)
1+
[![CI](https://github.com/JuliaPOMDP/LocalApproximationValueIteration.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaPOMDP/LocalApproximationValueIteration.jl/actions/workflows/CI.yml)
22
[![codecov](https://codecov.io/github/JuliaPOMDP/LocalApproximationValueIteration.jl/branch/master/graph/badge.svg?token=he21c4XyeP)](https://codecov.io/github/JuliaPOMDP/LocalApproximationValueIteration.jl)
33

44
# LocalApproximationValueIteration
@@ -93,4 +93,4 @@ The API for querying the final policy object is identical to `DiscreteValueItera
9393
```julia
9494
v = value(approx_policy, s) # returns the approximately optimal value for state s
9595
a = action(approx_policy, s) # returns the approximately optimal action for state s
96-
```
96+
```

0 commit comments

Comments
 (0)