IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.32k stars 460 forks source link

batchnorm fixes + disabling batchnorm in DDPG #353

Closed gal-leibovich closed 5 years ago

gal-leibovich commented 5 years ago

Required batchnorm fixes for the feature to functionally work correctly in Coach. Although it now works correctly, it does not improve (and even worsen) results with DDPG - thus disabling it for DDPG.