OsherElhadad's picture
Initial commit
26ace59 verified
metadata
library_name: stable-baselines3
tags:
  - PandaReachJointsSparse-v3
  - deep-reinforcement-learning
  - reinforcement-learning
  - stable-baselines3
model-index:
  - name: PPO
    results:
      - task:
          type: reinforcement-learning
          name: reinforcement-learning
        dataset:
          name: PandaReachJointsSparse-v3
          type: PandaReachJointsSparse-v3
        metrics:
          - type: mean_reward
            value: '-1.60 +/- 0.80'
            name: mean_reward
            verified: false

PPO Agent playing PandaReachJointsSparse-v3

This is a trained model of a PPO agent playing PandaReachJointsSparse-v3 using the stable-baselines3 library.

Usage (with Stable-baselines3)

TODO: Add your code

from stable_baselines3 import ...
from huggingface_sb3 import load_from_hub

...