pathak22 / noreward-rl

[ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning
Other
1.42k stars 301 forks source link

Could the algorithm be used on reinforced learning algorithms with experience reply? #40

Open Joll123 opened 5 years ago

Joll123 commented 5 years ago

Could the algorithm be used on DDPG? And in case action is continuious, how to calculate the loss function of the forward model? Thanks.