JuliaPOMDP / RockSample.jl

Implement the rock sample problem using POMDPs.jl
Other
6 stars 6 forks source link

Change of action indexes can be breaking for older policies #34

Closed dylan-asmar closed 11 months ago

dylan-asmar commented 1 year ago

The change of the action indexes in https://github.com/JuliaPOMDP/RockSample.jl/commit/a989c320bfb7930969be31005394619c105c6fe8 breaks policies that were generated using older variations. I think this should result in a bump in version number as it isn't compatible with other v0.1.x policies generated before v0.1.6.

zsunberg commented 1 year ago

Thanks for reporting! Do you mean you think we should just release v0.2? I would be OK with that.

dylan-asmar commented 1 year ago

Yeah, that was basically my idea/thoughts

dylan-asmar commented 11 months ago

Fixed with https://github.com/JuliaPOMDP/RockSample.jl/pull/36