Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

jatinror
/
cartpole-ppo-agent

Reinforcement Learning
stable-baselines3
ppo
gym
Model card Files Files and versions
xet
Community

Instructions to use jatinror/cartpole-ppo-agent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • stable-baselines3

    How to use jatinror/cartpole-ppo-agent with stable-baselines3:

    from huggingface_sb3 import load_from_hub
    checkpoint = load_from_hub(
    	repo_id="jatinror/cartpole-ppo-agent",
    	filename="{MODEL FILENAME}.zip",
    )
  • Notebooks
  • Google Colab
  • Kaggle
cartpole-ppo-agent
145 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
jatinror's picture
jatinror
Update README.md
40d621f verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    923 Bytes
    Update README.md 3 months ago
  • ppo_cartpole.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    141 kB
    xet
    Upload ppo_cartpole.zip 3 months ago
  • requirements.txt
    90 Bytes
    Upload requirements.txt 3 months ago
  • test_cartpole.py
    1.02 kB
    Upload test_cartpole.py 3 months ago
  • train_cartpole.py
    950 Bytes
    Upload train_cartpole.py 3 months ago