Closed kan-s0 closed 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
Development Env. (OS, version, libraries): Linux Ubuntu, Python 3.8, requirement (jorldy0.0.2)
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
Development Env. (OS, version, libraries): Linux Ubuntu, Python 3.8, requirement (jorldy0.0.2)