I need to implement DDPG (and TD3) algorithm for Julia using Flux. I saw that we have an initial implementation here:
However, the algorithm is very old and does not work with the newest version of Flux. I am wondering if anyone has already implemented a version of DDPG that works with newest Flux. If so, is it possible to provide me some tips? It seems that the Flux API changed a lot.