Question 6
Which of the following statements about DDPG are correct?
DDPG maintains four networks: actor, critic, target actor, and target critic
The critic is trained by minimising the Bellman error using off-policy data sampled from the replay buffer
DDPG is directly applicable to discrete action spaces without modification
The actor is updated by ascending the gradient of the critic's Q-value with respect to actor parameters