Reinforcement Learning
stable-baselines3
PandaReachDense-v3
deep-reinforcement-learning
Eval Results (legacy)
Instructions to use Nikhitha123/a2c-PandaReachDense-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use Nikhitha123/a2c-PandaReachDense-v3 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="Nikhitha123/a2c-PandaReachDense-v3", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
A2C Agent playing PandaReachDense-v3
This is a trained model of an A2C agent playing PandaReachDense-v3 using the stable-baselines3 library and Panda-Gym.
Evaluation Results
- Mean Reward: -1.37 +/- 0.15
- Episodes Evaluated: 10
- Deterministic: True
Usage (with Stable-baselines3)
import gymnasium as gym
import panda_gym
from stable_baselines3 import A2C
from stable_baselines3.common.vec_env import DummyVecEnv, VecNormalize
from huggingface_sb3 import load_from_hub
# Load model and normalization statistics
repo_id = "Nikhitha123/a2c-PandaReachDense-v3"
checkpoint = load_from_hub(repo_id, "a2c-PandaReachDense-v3.zip")
- Downloads last month
- -
Evaluation results
- mean_reward on PandaReachDense-v3self-reported-1.37 +/- 0.15