mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-22 16:48:57 +00:00
Fix import sorting issues in environment files - Move wandb imports to third-party section in philosophical_rlaif_env.py, math_server.py, math_server_zero.py, and tool_calling_server.py - Add missing spaces after commas in ufc_server.py stats.get() calls - Manual fixes to resolve CI linting failures
This commit is contained in:
parent
285b2bb2b7
commit
8aff7cb3c5
5 changed files with 19 additions and 19 deletions
|
|
@ -3,10 +3,10 @@ import random
|
|||
import re # Added import for regular expressions
|
||||
from typing import Dict, List, Optional, Tuple
|
||||
|
||||
import wandb # type: ignore
|
||||
from datasets import load_dataset # type: ignore
|
||||
from pydantic import Field
|
||||
|
||||
import wandb # type: ignore
|
||||
from atroposlib.envs.base import BaseEnvConfig # Ensure BaseEnvConfig is imported
|
||||
from atroposlib.envs.base import (
|
||||
APIServerConfig,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue