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
652 stars 99 forks source link

Deprecation warning with ProgressMeter using HistoryRecorder #533

Closed dylan-asmar closed 6 months ago

dylan-asmar commented 6 months ago

Deprecation with the use of Progress.

┌ Warning: `Progress(n::Integer, desc::AbstractString, offset::Integer = 0; kwargs...)` is deprecated, use `Progress(n; desc = desc, offset = offset, kwargs...)` instead.
│   caller = ip:0x0
└ @ Core :-1