Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronangliss committed Feb 16, 2025
1 parent 7bbcb14 commit 3c27794
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/poke_env/player/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
from concurrent.futures import Future
from typing import Dict, List, Optional, Tuple

from poke_env.player.baselines import (
MaxBasePowerPlayer,
RandomPlayer,
SimpleHeuristicsPlayer,
)
from poke_env.player.baselines import MaxBasePowerPlayer, SimpleHeuristicsPlayer
from poke_env.player.player import Player
from poke_env.player.random_player import RandomPlayer

_EVALUATION_RATINGS = {
RandomPlayer: 1,
Expand Down

0 comments on commit 3c27794

Please sign in to comment.