Instructions to use keras-io/deep-deterministic-policy-gradient with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use keras-io/deep-deterministic-policy-gradient with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("keras-io/deep-deterministic-policy-gradient") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ tags:
|
|
| 4 |
- cartpole
|
| 5 |
- deep deterministic policy gradient
|
| 6 |
license:
|
| 7 |
-
- cc0.0
|
| 8 |
---
|
| 9 |
|
| 10 |
## Keras Implementation of Deep Deterministic Policy Gradient ⏱🤖
|
|
|
|
| 4 |
- cartpole
|
| 5 |
- deep deterministic policy gradient
|
| 6 |
license:
|
| 7 |
+
- cc0-1.0
|
| 8 |
---
|
| 9 |
|
| 10 |
## Keras Implementation of Deep Deterministic Policy Gradient ⏱🤖
|