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 / agents
Ctrl+K
Ctrl+K
  • 2 contributors
History: 33 commits
ledmands
Got config for dqn version 2.1
2ef57f9 almost 2 years ago
  • a2c
    Added the a2c notebook and the latest dqn run notebook about 2 years ago
  • dqn_v1
    Added the a2c notebook and the latest dqn run notebook about 2 years ago
  • dqn_v2-1
    Got config for dqn version 2.1 almost 2 years ago
  • dqn_v2-2
    Added checkpoint agents to each dqn version. Added the notebook for dqn 2.5 about 2 years ago
  • dqn_v2-3
    Added checkpoint agents to each dqn version. Added the notebook for dqn 2.5 about 2 years ago
  • dqn_v2-4
    Changed file structure for agents and updated readme about 2 years ago
  • dqn_v2-5
    Added checkpoint agents to each dqn version. Added the notebook for dqn 2.5 about 2 years ago
  • dqn_v2-6
    Moved the config and watch scripts to the root directory. Split the watch script into two scripts: watch and evaluate. about 2 years ago
  • dqn_v2-7
    Added agent and notebook for dqn version 2.7 about 2 years ago
  • dqn_v2-8
    Modified get_config.py. Updated README. Added config file for most recent agent. almost 2 years ago
  • ppo
    Removed redundant ppo notebook about 2 years ago