Reinforcement Learning
stable-baselines3
PandaReachDense-v2
deep-reinforcement-learning
Eval Results (legacy)
Instructions to use ahmad-alismail/a2c-PandaReachDense-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use ahmad-alismail/a2c-PandaReachDense-v2 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="ahmad-alismail/a2c-PandaReachDense-v2", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -30,9 +30,9 @@ using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines
|
|
| 30 |
|
| 31 |
```python
|
| 32 |
# 4
|
| 33 |
-
policy = "MultiInputPolicy"
|
| 34 |
-
learning_rate=0.001
|
| 35 |
-
gamma=0.95
|
| 36 |
-
time_steps=
|
| 37 |
...
|
| 38 |
```
|
|
|
|
| 30 |
|
| 31 |
```python
|
| 32 |
# 4
|
| 33 |
+
policy = "MultiInputPolicy"
|
| 34 |
+
learning_rate=0.001
|
| 35 |
+
gamma=0.95
|
| 36 |
+
time_steps=100000
|
| 37 |
...
|
| 38 |
```
|