JuliaPOMDP / POMDPs.jl

MDPs and POMDPs in Julia - An interface for defining, solving, and simulating fully and partially observable Markov decision processes on discrete and continuous spaces.
http://juliapomdp.github.io/POMDPs.jl/latest/
Other
657 stars 100 forks source link

Add state-dep-actions support for EpsGreedyPolicy #450

Closed NeroBlackstone closed 1 year ago

NeroBlackstone commented 1 year ago

This work is based on this issues Thanks for your code review :)

NeroBlackstone commented 1 year ago

CI check failed, is my code change causing that test error?

zsunberg commented 1 year ago

@NeroBlackstone thanks for checking back! No, that was not your fault - apparently we have random tests in our test suite - we should probably not do that!