JuliaPOMDP / DeepQLearning.jl

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

Compilation Error #23

Closed wbrannon closed 4 years ago

wbrannon commented 4 years ago

The following error is thrown when attempting to use DeepQLearning.jl: ERROR: LoadError: LoadError: UndefVarError: Tracker not defined

This appears to be a Flux issue.

MaximeBouton commented 4 years ago

I think it should be fixed by https://github.com/JuliaPOMDP/DeepQLearning.jl/commit/2a9c3d32f967c99c84173fc04f571a743f55e91c

] add DeepQLearning#master

or ]add Flux@v0.8.3

can fix the issue otherwise.