Closed MaximeBouton closed 5 years ago
I will take a look at #4 before merging this
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/alpha_vector.jl | 14 | 23 | 60.87% | ||
<!-- | Total: | 14 | 23 | 60.87% | --> |
Totals | |
---|---|
Change from base Build 28: | -3.8% |
Covered Lines: | 69 |
Relevant Lines: | 95 |
implement
action(::AlphaVectorPolicy, ::SparseCat)
,actionvalues
, andvalue
.A more elegant solution could have been to implement a new method for
dot
since it is the only difference betweenDiscreteBelief
andSparseCat
but I needed an extrapomdp
argument to make the dot product between the alpha vector and the sparse categorical belief to retrieve states indices.