Add README (Chinese) for tuner (#106)

This commit is contained in:
Yuchang Sun
2026-01-20 19:46:50 +08:00
committed by GitHub
parent 311ddfff46
commit 400c1e77bf
16 changed files with 1256 additions and 90 deletions

View File

@@ -6,9 +6,9 @@ from typing import Any
import numpy as np
from agentscope.agent import AgentBase, ReActAgent
from agentscope.message import Msg
from prompt import (
from prompt import ( # pylint: disable=no-name-in-module
EnglishPrompts as Prompts,
) # pylint: disable=no-name-in-module
)
MAX_GAME_ROUND = 30
MAX_DISCUSSION_ROUND = 3