How It Works
Structure
This is where the repo becomes a personal notebook: loose utilities, cloned variants, abandoned attempts, policy files, clutter folders, and partially broken experiments.
Rough experiments + dead ends + utility scraps
Useful for your personal review, but not something to treat as production-grade code without curation.
How It Works
This is where the repo becomes a personal notebook: loose utilities, cloned variants, abandoned attempts, policy files, clutter folders, and partially broken experiments.
Why Reuse
It still matters because it captures your own reasoning trail and the branches you explored after the coursework. That is valuable review material, even when the code is not clean enough to power the live app directly.
Key Assets
DQN, DDPG, PPO, and hybrid experiments around LunarLander.
source-material/lunar
Saved `.policy` checkpoints from old Pong runs.
source-material/reinforce/pong-PPO-REINFORCE/data
Small snippets and helper fragments collected outside the main folders.
source-material/drl_utils.py
Old or abandoned Reacher variants that still record your exploration path.
source-material/classwork/project-reports/p2_continuous-control/ddpg/clutter