QQwaken

Results 1 comments of QQwaken

I agree, in line 116 of ddpg.py:y_t = np.asarray([e[1] for e in batch]) is wrong. The right y_t should be y_t = np.asarray([e[2] for e in batch])