Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 862 Bytes

File metadata and controls

27 lines (20 loc) · 862 Bytes

AgentDOOM

AgentDOOM is a reinforcement learning research project focused on training PPO (Proximal Policy Optimization) agents to play Atari Breakout, comparing different visual encoders such as CNNs and Vision Transformers (ViTs).


Overview

  • Actor-Critic architecture using PPO
  • Visual state encoding with CNN and ViT backbones
  • Experimental setup for encoder comparison in Atari environments

Repository Structure

AgentDOOM/
├── agents/        # CNN and ViT agent definitions
├── training/      # Training and evaluation scripts
├── notebooks/     # Experimental notebooks
├── models/        # Saved checkpoints
├── logs/          # Training logs and metrics
├── gifs/          # Gameplay visualizations
├── requirements.txt
├── pyproject.toml
└── README.md