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

Emphasize state immutability in the warning. #431

Closed BoZenKhaa closed 1 year ago

BoZenKhaa commented 1 year ago

Emphasize the need to implement appropriate functions for mutable state types (when states are not being mutated).

zsunberg commented 1 year ago

Thanks @BoZenKhaa !