diff --git a/docs/sphinx_doc/source/tutorial/example_react.md b/docs/sphinx_doc/source/tutorial/example_react.md index 2cec955c72..57acfde8ab 100644 --- a/docs/sphinx_doc/source/tutorial/example_react.md +++ b/docs/sphinx_doc/source/tutorial/example_react.md @@ -100,7 +100,11 @@ synchronizer: ## How to Run the Example -1. **Prerequisites**: Ensure you have Trinity installed, along with the dependencies for this example (e.g., `agentscope`). Please refer to [Agentscope Github link](https://github.com/modelscope/agentscope). +1. **Prerequisites**: Ensure you have Trinity installed, along with the dependencies for this example (e.g., `agentscope`). Please refer to [Agentscope Github link](https://github.com/agentscope-ai/agentscope/tree/v0). + +> **NOTE**: This example requires AgentScope from either: +> - Commit: `ad13ed5dacecb79d20abf626769f8c7d7a7d2afb` +> - Branch: [`v0`](https://github.com/agentscope-ai/agentscope/tree/v0) 2. Download the model you want to use, and fill in the configuration files in `examples/agentscope_tool_react/agentscope_tool_react_gsm8k.yaml` or `examples/agentscope_tool_react/agentscope_tool_react_dapo.yaml` diff --git a/examples/agentscope_tool_react/README.md b/examples/agentscope_tool_react/README.md index 9d1c77d441..46e0243afe 100644 --- a/examples/agentscope_tool_react/README.md +++ b/examples/agentscope_tool_react/README.md @@ -4,4 +4,4 @@ This example shows how to train ReAct agent on GSM8K and MATH Dataset. For more detailed information, please refer to the [documentation](../../docs/sphinx_doc/source/tutorial/example_react.md). -The config files are located in [`alfworld.yaml`](alfworld.yaml) and [`train_alfworld.yaml`](train_alfworld.yaml). +The config files are located in [`agentscope_tool_react_dapo.yaml`](agentscope_tool_react_dapo.yaml) and [`train_react.yaml`](train_react.yaml).