Skip to content

Commit c842a9d

Browse files
committed
feat: smooth
1 parent 578ecdf commit c842a9d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

logic/pve/official_evaluator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def _smooth_score(score: float, scale: float = 1000.0) -> float:
5252
z = math.tanh(score / scale)
5353
return 1.0 / (1.0 + math.exp(-z))
5454

55-
5655
def load_agent(submission_dir: str, model_path: Optional[str], env: GameEnvironment) -> BaseAgent:
5756
"""
5857
Dynamically load contestant's Agent class from submission_dir/agent.py.

0 commit comments

Comments
 (0)