keras-team / keras-io

Keras documentation, hosted live at keras.io
Apache License 2.0
2.75k stars 2.03k forks source link

Updated Deep Deterministic Policy Gradient (DDPG) example to Keras v3 #1812

Closed lpizzinidev closed 6 months ago

lpizzinidev commented 6 months ago

Updates the Deep Deterministic Policy Gradient (DDPG) example for Keras v3. The example will be tf-only as the GradientTape function is used. It also updates the API used to Gymnasium as OpenAI Gym has been deprecated.