test123 / from-scratch /README.md
sourav6565's picture
Add from-scratch PPO (Unit 8): from-scratch/README.md
5c575b2 verified
|
Raw
History Blame Contribute Delete
525 Bytes

From-scratch PPO Agent (Unit 8) - LunarLander-v2

This folder contains a from-scratch CleanRL-style PPO implementation (Unit 8 of the Hugging Face Deep RL Course), uploaded alongside the existing Unit 1 SB3 model in this repo.

  • mean_reward: 175.30 +/- 60.72 (20 episodes, deterministic/argmax)
  • Algorithm: PPO implemented from scratch in PyTorch (GAE, clipped surrogate, value loss, entropy bonus, LR annealing, grad clipping)
  • Training: 1,000,000 timesteps, 16 parallel envs

Full implementation: ppo_scratch.py