vlad17 / mve

MVE: model-based value estimation
Apache License 2.0
10 stars 0 forks source link

create a separate parameter-space noise module #384

Open vlad17 opened 6 years ago

vlad17 commented 6 years ago

instead of a tightly coupled DDPG / param noise actor interface, create a separate parameter-space noise module that owns its own copy of the actor network (and then has a tf_copy_weights method that creates the copy op or something).

Then the relevant flags for param noise adaptation should be only in this file.