Spaces:
Sleeping
Sleeping
Update utils/agent_factory.py
Browse files- utils/agent_factory.py +0 -1
utils/agent_factory.py
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
import random
|
| 2 |
from poke_env import AccountConfiguration, ServerConfiguration
|
| 3 |
-
from poke_env.player.random_player import RandomPlayer
|
| 4 |
from agents import OpenAIAgent, GeminiAgent, MistralAgent, MaxDamagePlayer
|
| 5 |
|
| 6 |
# Custom server configuration
|
|
|
|
| 1 |
import random
|
| 2 |
from poke_env import AccountConfiguration, ServerConfiguration
|
|
|
|
| 3 |
from agents import OpenAIAgent, GeminiAgent, MistralAgent, MaxDamagePlayer
|
| 4 |
|
| 5 |
# Custom server configuration
|