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

drakrig
/
ppo-LunarLander-v2

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

Instructions to use drakrig/ppo-LunarLander-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • stable-baselines3

    How to use drakrig/ppo-LunarLander-v2 with stable-baselines3:

    from huggingface_sb3 import load_from_hub
    checkpoint = load_from_hub(
    	repo_id="drakrig/ppo-LunarLander-v2",
    	filename="{MODEL FILENAME}.zip",
    )
  • Notebooks
  • Google Colab
  • Kaggle
ppo-LunarLander-v2
500 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
drakrig's picture
drakrig
Initial model with params learning_rate=0.0001, batch_size=32, gamma=0.99, gae_lambda= 0.9, ent_coef=0.25, seed=42,verbose=1
af28caa verified over 2 years ago
  • ppo-LunarLander-v2
    Initial model with params learning_rate=0.0001, batch_size=32, gamma=0.99, gae_lambda= 0.9, ent_coef=0.25, seed=42,verbose=1 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    784 Bytes
    Initial model with params learning_rate=0.0001, batch_size=32, gamma=0.99, gae_lambda= 0.9, ent_coef=0.25, seed=42,verbose=1 over 2 years ago
  • config.json
    14 kB
    Initial model with params learning_rate=0.0001, batch_size=32, gamma=0.99, gae_lambda= 0.9, ent_coef=0.25, seed=42,verbose=1 over 2 years ago
  • ppo-LunarLander-v2.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    148 kB
    xet
    Initial model with params learning_rate=0.0001, batch_size=32, gamma=0.99, gae_lambda= 0.9, ent_coef=0.25, seed=42,verbose=1 over 2 years ago
  • replay.mp4
    187 kB
    Initial model with params learning_rate=0.0001, batch_size=32, gamma=0.99, gae_lambda= 0.9, ent_coef=0.25, seed=42,verbose=1 over 2 years ago
  • results.json
    158 Bytes
    Initial model with params learning_rate=0.0001, batch_size=32, gamma=0.99, gae_lambda= 0.9, ent_coef=0.25, seed=42,verbose=1 over 2 years ago