DeepRL / README.md
jackoyoungblood's picture
Upload . with huggingface_hub
feb30bf
|
raw
history blame
802 Bytes
metadata
tags:
  - FrozenLake-v1-4x4-no_slippery
  - q-learning
  - reinforcement-learning
  - custom-implementation
model-index:
  - name: DeepRL
    results:
      - task:
          type: reinforcement-learning
          name: reinforcement-learning
        dataset:
          name: FrozenLake-v1-4x4-no_slippery
          type: FrozenLake-v1-4x4-no_slippery
        metrics:
          - type: mean_reward
            value: 1.00 +/- 0.00
            name: mean_reward
            verified: false

A2C Agent playing HalfCheetahBulletEnv-v0

This is a trained model of a A2C agent playing HalfCheetahBulletEnv-v0 using the stable-baselines3 library.

Usage (with Stable-baselines3)

TODO: Add your code

from stable_baselines3 import ...
from huggingface_sb3 import load_from_hub

...