mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
fix cls name
This commit is contained in:
parent
cdf5a9baa9
commit
9415cadc53
1 changed files with 1 additions and 1 deletions
|
|
@ -1101,7 +1101,7 @@ class BaseEnv(ABC):
|
|||
total_steps=2,
|
||||
ensure_scores_are_not_same=False,
|
||||
include_messages=True,
|
||||
data_path_to_save_groups="data/{cls.name or 'groups'}.jsonl",
|
||||
data_path_to_save_groups=f"data/{cls.name or 'groups'}.jsonl",
|
||||
use_wandb=True,
|
||||
)
|
||||
PROCESS_MODE_OPENAI_DEFAULT_CONFIG = OpenaiConfig(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue