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
6 changes: 5 additions & 1 deletion docs/sphinx_doc/source/tutorial/example_react.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion examples/agentscope_tool_react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).