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

Update README.md

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