Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

jamesup
/
a2c-AntBulletEnv-v0

Reinforcement Learning
stable-baselines3
AntBulletEnv-v0
deep-reinforcement-learning
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use jamesup/a2c-AntBulletEnv-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • stable-baselines3

    How to use jamesup/a2c-AntBulletEnv-v0 with stable-baselines3:

    from huggingface_sb3 import load_from_hub
    checkpoint = load_from_hub(
    	repo_id="jamesup/a2c-AntBulletEnv-v0",
    	filename="{MODEL FILENAME}.zip",
    )
  • Notebooks
  • Google Colab
  • Kaggle
a2c-AntBulletEnv-v0
1.23 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
jamesup's picture
jamesup
Advantage Actor Critic for AntBulletEnv
7f28cb8 about 3 years ago
  • a2c-AntBulletEnv-v0
    Advantage Actor Critic for AntBulletEnv about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    768 Bytes
    Advantage Actor Critic for AntBulletEnv about 3 years ago
  • a2c-AntBulletEnv-v0.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    129 kB
    xet
    Advantage Actor Critic for AntBulletEnv about 3 years ago
  • config.json
    14.4 kB
    Advantage Actor Critic for AntBulletEnv about 3 years ago
  • replay.mp4
    951 kB
    Advantage Actor Critic for AntBulletEnv about 3 years ago
  • results.json
    164 Bytes
    Advantage Actor Critic for AntBulletEnv about 3 years ago
  • vec_normalize.pkl

    Detected Pickle imports (7)

    • "numpy.core.multiarray.scalar",
    • "numpy.dtype",
    • "numpy.ndarray",
    • "stable_baselines3.common.vec_env.vec_normalize.VecNormalize",
    • "gym.spaces.box.Box",
    • "stable_baselines3.common.running_mean_std.RunningMeanStd",
    • "numpy.core.multiarray._reconstruct"

    How to fix it?

    2.14 kB
    xet
    Advantage Actor Critic for AntBulletEnv about 3 years ago