Youtube-Code-Repository icon indicating copy to clipboard operation
Youtube-Code-Repository copied to clipboard

Faster Q value update for DDDQN - TF 2

Open maxzuo opened this issue 2 years ago • 1 comments

Faster implementation for calculating q_target for training the DDDQN - in your video you mention the slow speed at which it runs. With this small change, it should run significantly faster. I've tested it using np.array_equal and produces the same results as the original method.

maxzuo avatar Aug 02 '21 05:08 maxzuo

@philtabor I'd appreciate it if you get a chance to take a look, it's a pretty small PR but the bump in performance is quite noticeable. Thanks.

maxzuo avatar Jul 06 '22 11:07 maxzuo