Update server/environment.py
Browse files- server/environment.py +2 -0
server/environment.py
CHANGED
|
@@ -82,6 +82,8 @@ def _import_textarena() -> Any:
|
|
| 82 |
class TextArenaEnvironment(Environment):
|
| 83 |
"""Wrap any TextArena game behind the OpenEnv ``Environment`` API."""
|
| 84 |
|
|
|
|
|
|
|
| 85 |
def __init__(
|
| 86 |
self,
|
| 87 |
env_id: str = "Wordle-v0",
|
|
|
|
| 82 |
class TextArenaEnvironment(Environment):
|
| 83 |
"""Wrap any TextArena game behind the OpenEnv ``Environment`` API."""
|
| 84 |
|
| 85 |
+
SUPPORTS_CONCURRENT_SESSIONS: bool = True
|
| 86 |
+
|
| 87 |
def __init__(
|
| 88 |
self,
|
| 89 |
env_id: str = "Wordle-v0",
|