Hey VinF,
thanks for your work!
I have questions about the DDPG implementation in deer.
Patrick Emami recommends in http://pemami4911.github.io/blog/2016/08/21/ddpg-rl.html to use for the actor and critic two functions in separate classes.
Additionally, he adds the action tensor in the 2nd hidden layer of the Critic Network.
Is my assumption correct that the ddpg implementation in deer is different?
King regards,
Roman
Hey VinF,
thanks for your work!
I have questions about the DDPG implementation in deer.
Patrick Emami recommends in http://pemami4911.github.io/blog/2016/08/21/ddpg-rl.html to use for the actor and critic two functions in separate classes.
Additionally, he adds the action tensor in the 2nd hidden layer of the Critic Network.
Is my assumption correct that the ddpg implementation in deer is different?
King regards,
Roman