CUN-bjy / gym-ddpg-keras

Keras Implementation of DDPG(Deep Deterministic Policy Gradient) with PER(Prioritized Experience Replay) option on OpenAI gym framework
GNU General Public License v3.0
11 stars 5 forks source link

IS weight on PER #17

Open CUN-bjy opened 3 years ago

CUN-bjy commented 3 years ago

Importance-Sampling(IS) Weights

CUN-bjy commented 3 years ago

IS weights is needed for Annealing the bias

Screenshot 2020-11-30 23:26:28