Reinforcement Learning
stable-baselines3
PandaReachDense-v2
deep-reinforcement-learning
Eval Results (legacy)
Instructions to use Mikepool117/a2c-PandaReachDense-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use Mikepool117/a2c-PandaReachDense-v2 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="Mikepool117/a2c-PandaReachDense-v2", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Add link to Panda Gym paper
#1
by qgallouedec HF Staff - opened
README.md
CHANGED
|
@@ -26,3 +26,5 @@ This is a trained model of a **A2C** agent playing **PandaReachDense-v2**
|
|
| 26 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
| 27 |
|
| 28 |
|
|
|
|
|
|
|
|
|
| 26 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
| 27 |
|
| 28 |
|
| 29 |
+
|
| 30 |
+
Panda Gym environments: [arxiv.org/abs/2106.13687](https://arxiv.org/abs/2106.13687)
|