Ross ROSS = Recommend OSS · open-source software intelligence for agents

ericyangyu/PPO-for-Beginners resource

A simple and well styled PPO implementation. Based on my Medium series: https://medium.com/@eyyu/coding-ppo-from-scratch-with-pytorch-part-1-4-613dfc1b14c8. observed · 2026-08-28

github.com/ericyangyu/PPO-for-Beginners · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2190
  • days_rel: n/a
  • days_push: 702
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1268 stars · 158 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A minimal, well-documented PyTorch implementation of Proximal Policy Optimization (PPO) designed as a companion to a Medium tutorial series for reinforcement learning beginners. It follows OpenAI Spinning Up pseudocode with clearly annotated algorithm steps and assumes continuous observation and action spaces.

Use cases

  • learn how to implement PPO from scratch in PyTorch
  • understand policy gradient algorithms with readable code
  • follow a step-by-step PPO tutorial series
  • study a clean reference PPO implementation without fancy tricks
  • train and test a PPO agent on a continuous control environment
  • adapt a simple PPO baseline for my own RL experiments

When to choose

  • you are new to reinforcement learning and want a readable PPO walkthrough
  • you want code mapped line-by-line to Spinning Up pseudocode
  • you prefer a bare-bones implementation over production RL frameworks
  • you want to learn by modifying a small, well-styled codebase

When to avoid

  • you need a production-grade, high-performance RL library
  • you need discrete action spaces out of the box
  • you want vectorized environments, distributed training, or many built-in tricks
  • you need a maintained library with frequent updates and broad environment support

Facets

learning-resource · maturity stable

reinforcement-learning machine-learning reinforcement-learning machine-learning tutorials python cross-platform ppo pytorch policy-gradient educational tutorial-series beginner-friendly

1 source

Member repositories

RepositoryRoleHealth v2
ericyangyu/PPO-for-Beginnersmain32

For agents

markdown · JSON · MCP: product_card(name="ericyangyu/PPO-for-Beginners")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem