Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the README for the Verifiers integration to clarify its relationship with Environments Hub. The changes are a good step towards improving documentation clarity. I've provided two suggestions to further enhance the README: one to simplify the main title for better readability, and another to ensure consistent terminology is used throughout the document by updating other occurrences of 'Verifiers environments' to 'Environments Hub environments'.
| @@ -1,6 +1,6 @@ | |||
| ## Verifiers + SkyRL Guide | |||
| ## Guide: Verifiers (Environments Hub) + SkyRL | |||
There was a problem hiding this comment.
The new title clarifies the relationship between Verifiers and Environments Hub. For better readability, you could consider simplifying it. Here are a couple of suggestions:
## Guide: Training on Environments Hub with SkyRL## Guide: Verifiers Integration for Environments Hub
The current title is a bit long and the parentheses can make it slightly harder to parse at a glance. A more direct title could improve the reader's experience.
| ## Guide: Verifiers (Environments Hub) + SkyRL | ||
|
|
||
| This directory holds the workflow to train on Verifiers environments with SkyRL. | ||
| This directory holds the workflow to train on Environments Hub environments with SkyRL. |
There was a problem hiding this comment.
This change from 'Verifiers environments' to 'Environments Hub environments' is a great clarification. However, the term 'Verifiers environments' is still used elsewhere in this document, which creates an inconsistency. To make the documentation clearer and more consistent, I recommend updating these other occurrences as well.
Specifically, you might want to update:
- Line 73:
Verifiers environments can handle dataset splits... - Line 80:
* Make it easier to specify different Verifiers environments...
Updating these to refer to 'Environments Hub environments' would align with the change made in this pull request.
No description provided.