verl-project/verl
[FR][Dev] Unify (& Complete) the docstring format
Closed
#1,345 opened on Apr 30, 2025
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.