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

ledmands
/
ALE-Pacman-v5

Reinforcement Learning
stable-baselines3
TensorBoard
dqn
Reinforcement Learning
Atari
Pac-Man
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use ledmands/ALE-Pacman-v5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • stable-baselines3

    How to use ledmands/ALE-Pacman-v5 with stable-baselines3:

    from huggingface_sb3 import load_from_hub
    checkpoint = load_from_hub(
    	repo_id="ledmands/ALE-Pacman-v5",
    	filename="{MODEL FILENAME}.zip",
    )
  • Notebooks
  • Google Colab
  • Kaggle
ALE-Pacman-v5 / notebooks
5.26 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 14 commits
ledmands
Added agent v2.8 and notebook
f98a19f almost 2 years ago
  • a2c_pacmanv5_v1.ipynb
    2.34 MB
    Added the a2c notebook and the latest dqn run notebook about 2 years ago
  • dqn_pacmanv5_run1.ipynb
    458 kB
    Added final notebook files for first runs. Added Agents and evals from first runs. about 2 years ago
  • dqn_pacmanv5_run2.ipynb
    365 kB
    Added final notebook files for first runs. Added Agents and evals from first runs. about 2 years ago
  • dqn_pacmanv5_run2v2.ipynb
    227 kB
    Updated run2v2 notebook about 2 years ago
  • dqn_pacmanv5_run2v3.ipynb
    234 kB
    Added run2v3 to notebooks. Updated run_2 model and best model. Added run2v3 TensorBoard and eval files to agents. about 2 years ago
  • dqn_pacmanv5_run2v4.ipynb
    168 kB
    Added the a2c notebook and the latest dqn run notebook about 2 years ago
  • dqn_pacmanv5_run2v5.ipynb
    162 kB
    Added checkpoint agents to each dqn version. Added the notebook for dqn 2.5 about 2 years ago
  • dqn_pacmanv5_run2v6.ipynb
    159 kB
    Added notebook and agent files for dqnv2.6 about 2 years ago
  • dqn_pacmanv5_run2v7.ipynb
    209 kB
    Added agent and notebook for dqn version 2.7 about 2 years ago
  • dqn_pacmanv5_run2v8.ipynb
    152 kB
    Added agent v2.8 and notebook almost 2 years ago
  • ppo_pacmanv5_v1.ipynb
    790 kB
    Added PPO trial run about 2 years ago