culteejen's picture
Upload model to Hugging Face
49860f0
metadata
library_name: stable-baselines3
tags:
  - RoombaAToB-punish-stagnant-bounds
  - deep-reinforcement-learning
  - reinforcement-learning
  - stable-baselines3
model-index:
  - name: PPO
    results:
      - task:
          type: reinforcement-learning
          name: reinforcement-learning
        dataset:
          name: RoombaAToB-punish-stagnant-bounds
          type: RoombaAToB-punish-stagnant-bounds
        metrics:
          - type: mean_reward
            value: '-300.75 +/- 0.00'
            name: mean_reward
            verified: false

PPO Agent playing RoombaAToB-punish-stagnant-bounds

This is a trained model of a PPO agent playing RoombaAToB-punish-stagnant-bounds using the stable-baselines3 library.

Usage (with Stable-baselines3)

TODO: Add your code

from stable_baselines3 import ...
from huggingface_sb3 import load_from_hub

...