MorvanZhou / Reinforcement-learning-with-tensorflow

Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学

Home Page:https://mofanpy.com/tutorials/machine-learning/reinforcement-learning/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDPG: Actor target network is a garbage. ---> sorry!! misunderstading

hccho2 opened this issue · comments

9_Deep_Deterministic_Policy_Gradient_DDPG/DDPG.py

self.a_ = self._build_net(S_, scope='target_net', trainable=False)

Actor target network is a garbage.