From 595cfab1734808dc72deac85f4b9d86fe1ff6cf2 Mon Sep 17 00:00:00 2001 From: Yining Zhao Date: Wed, 9 Jul 2025 18:55:27 +0800 Subject: [PATCH] fix(readme): fix readme error --- README.md | 2 +- evals/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc6877f..a328625 100644 --- a/README.md +++ b/README.md @@ -204,4 +204,4 @@ CUDA_VISIBLE_DEVICES=0,1,2,3,4,5 accelerate launch \ We first deploy SFT and GRPO model using vllm and, deploy reward model using danjgo, then we evaluate our model based on SOTOPIA-EVAL framework. -For details please see [this section](#https://github.com/sotopia-lab/sotopia-rl/tree/main/evals/README.md). +For details please see [this section](https://github.com/sotopia-lab/sotopia-rl/tree/main/evals/README.md). diff --git a/evals/README.md b/evals/README.md index 7af9cfa..af9aec7 100644 --- a/evals/README.md +++ b/evals/README.md @@ -122,4 +122,4 @@ python examples/experiment_eval.py \ "--gin.TAG='${TAG}'" ``` -For ENV_IDS in ` sotopia-hard` and ` sotopia-all` , please see [this file](#https://github.com/sotopia-lab/sotopia-rl/tree/main/data/env_ids.txt). +For ENV_IDS in ` sotopia-hard` and ` sotopia-all` , please see [this file](https://github.com/sotopia-lab/sotopia-rl/tree/main/data/env_ids.txt).