Albert-Z-Guo/Deep-Reinforcement-Stock-Trading

Why don't save critic model weight on DDPG?

Closed this issue · 1 comments

Hi, Albert

Could you tell me why don't save critic model weight on DDPG ?

Hi @chingchou888, thanks for pointing this out! I have fixed this problem. I also added 1/buffer_size factor in the step to calculate of sampled policy gradient and simplified the evaluation pipeline arguments. Let me know if you find another bug!