germain-hug / Deep-RL-Keras

Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
528 stars 149 forks source link

Why we still need to define the action space #23

Open YingxiaoKong opened 4 years ago

YingxiaoKong commented 4 years ago

Hi I don't understand why we still need to define the action space as it is supposed to be infinite when using DDPG.