Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable BatchNorm for Keras Model in DDPG Example #246

Merged
merged 16 commits into from
Sep 21, 2020
3 changes: 1 addition & 2 deletions examples/rl/ddpg_pendulum.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
which can operate over continuous action spaces.

This tutorial closely follow this paper -
[Continuous control with deep reinforcement
learning](https://arxiv.org/pdf/1509.02971.pdf)
[Continuous control with deep reinforcement learning](https://arxiv.org/pdf/1509.02971.pdf)

## Problem

Expand Down