JuliaPOMDP / DeepQLearning.jl

Implementation of the Deep Q-learning algorithm to solve MDPs
Other
72 stars 13 forks source link

Deprecation of `loadparams!` #67

Open dylan-asmar opened 10 months ago

dylan-asmar commented 10 months ago

Flux deprecation warning.

 Warning: loadparams! will be deprecated eventually. Use loadmodel! instead.