verl-project/verl

[FR][Dev] Unify (& Complete) the docstring format

Closed

#1,345 opened on Apr 30, 2025

 (2 comments) (1 reaction) (0 assignees)Python (4,422 forks)auto 404
call for contributiondocumentationenhancementgood first issue

Repository metrics

Stars
 (23,003 stars)
PR merge metrics
 (Avg merge 3d 6h) (125 merged PRs in 30d)

Description

Motivation

Many docstrings in verl are missing, incomplete or in a messy format.

We might want to adopt a unified format (and complete them), better with automatic checking.

Plan

  • Choose a docstring standard (e.g., NumPy).
  • Unify the format.
  • Add automatic checking.
  • Complete all the docstrings.

Contributor guide