kakaoenterprise / JORLDY

Repository for Open Source Reinforcement Learning Framework JORLDY
Apache License 2.0
362 stars 49 forks source link

Missing to update target_actor of DDPG #120

Closed kan-s0 closed 2 years ago

kan-s0 commented 2 years ago

Describe the bug update of target_actor network in DDPG is missing.

To Reproduce Steps to reproduce the behavior:

Expected behavior Update target_critic θ' <- 𝜏θ + (1-𝜏)θ' Update target_actor ɸ' <- 𝜏ɸ + (1-𝜏)ɸ'

Screenshots

스크린샷 2022-02-15 오후 12 47 08

Development Env. (OS, version, libraries): Linux Ubuntu, Python 3.8, requirement (jorldy0.0.2)