Instructions to use paintergogo/a2c_panda_reach with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use paintergogo/a2c_panda_reach with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="paintergogo/a2c_panda_reach", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
A2C PandaReachDense-v3
This is an A2C agent trained on PandaReachDense-v3 using Stable-Baselines3.
Demo
Usage
from stable_baselines3 import A2C
from stable_baselines3.common.vec_env import VecNormalize
env = VecNormalize.load("a2c_panda_reach_env.pkl", env) # load stats
model = A2C.load('a2c_panda_reach', env=env)
- Downloads last month
- -