You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editing the previous issue as the initial one was an misunderstanding from my side.
Hi,
I see that there are no target networks used in the implementations. Is this even considered while talking about DDPG? I though this is one of the required features.
The text was updated successfully, but these errors were encountered:
filipolszewski
changed the title
Wrong network used for choosing the action
No target networks in the implementation
Oct 16, 2018
Why do you say there are no target networks? Target networks are created in CriticNetwork.create_target_q_network() and ActorNetwork.create_target_network(). Then they are used in DPPG.train() to generate values for next_action_batchq_value_batch and then target networks are updated at end of that method. You should close this issue.
Editing the previous issue as the initial one was an misunderstanding from my side.
Hi,
I see that there are no target networks used in the implementations. Is this even considered while talking about DDPG? I though this is one of the required features.
The text was updated successfully, but these errors were encountered: