Skip to content

Commit

Permalink
fix broken url in docs\source\index.mdx (#1813)
Browse files Browse the repository at this point in the history
  • Loading branch information
psb-cc authored Jul 8, 2024
1 parent e107920 commit 314e8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Check the appropriate sections of the documentation depending on your needs:
- [`PPOTrainer`](ppo_trainer): *Further fine-tune the supervised fine-tuned model using PPO algorithm*
- [Best-of-N Sampling](best-of-n): *Use best of n sampling as an alternative way to sample predictions from your active model*
- [`DPOTrainer`](dpo_trainer): *Direct Preference Optimization training using `DPOTrainer`.*
- [`TextEnvironment`](text_environment): *Text environment to train your model using tools with RL.*
- [`TextEnvironment`](text_environments): *Text environment to train your model using tools with RL.*

## Examples

Expand Down

0 comments on commit 314e8eb

Please sign in to comment.