dranaju/project

Hello, can I ask you some questions about your code?

Opened this issue · 2 comments

Excuse me, I have some questions:
First, I see that you are using PyTorch and what version of PyTorch framework you are using.
Second, compared with the program of DQN, does this DDPG use different versions of various feature packs?
That's all for now.
I really want to implement your code, and I am looking forward to your reply!

In this project I used the Pytorch version 1.4.0, for your second question I didn't understand what are you asking. The DDPG is an Deep-RL technique for continuous control space and action, unlike DQN which works for continuous spaces but only has discrete actions.