File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
9494v = value(approx_policy, s) # returns the approximately optimal value for state s
9595a = action(approx_policy, s) # returns the approximately optimal action for state s
96- ```
96+ ```
You can’t perform that action at this time.
0 commit comments