merve HF staff commited on
Commit
ed1e753
1 Parent(s): 0d23ade

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,6 +9,7 @@ license:
9
 
10
  ## Keras Implementation of Deep Deterministic Policy Gradient ⏱🤖
11
  This repo contains the model and the notebook [to this Keras example on Deep Deterministic Policy Gradient on pendulum](https://keras.io/examples/rl/ddpg_pendulum/).
 
12
  Full credits to: [Hemant Singh](https://github.com/amifunny)
13
 
14
  ## Background Information
 
9
 
10
  ## Keras Implementation of Deep Deterministic Policy Gradient ⏱🤖
11
  This repo contains the model and the notebook [to this Keras example on Deep Deterministic Policy Gradient on pendulum](https://keras.io/examples/rl/ddpg_pendulum/).
12
+
13
  Full credits to: [Hemant Singh](https://github.com/amifunny)
14
 
15
  ## Background Information