Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ harbor run -p harbor_cookbook/recipes/<name> -a claude-code -m anthropic/claude-
|:--|:--|
| [gepa](harbor_cookbook/gepa/) | Agent harness optimization for MedAgentBench using Harbor+GEPA. |
| [tinker&#8209;rl](harbor_cookbook/tinker_rl/) | RL training on Harbor tasks using the Tinker SDK. |
| [prime&#8209;rl](harbor_cookbook/prime_rl/) | RL training on Harbor tasks using Prime RL and Verifiers. |
| [sky&#8209;rl](harbor_cookbook/sky_rl/) | RL training on Harbor tasks using SkyRL. |
5 changes: 5 additions & 0 deletions harbor_cookbook/prime_rl/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# prime_rl

RL training on Harbor tasks using [Prime RL](https://docs.primeintellect.ai/prime-rl).

This directory is a pointer. See the [opencode_harbor README](https://github.com/PrimeIntellect-ai/verifiers/tree/main/environments/opencode_harbor) for the full example and the setup instructions.
Loading