qgallouedec HF Staff commited on
Commit
59ad846
·
verified ·
1 Parent(s): bdf63c2

Update server/environment.py

Browse files
Files changed (1) hide show
  1. 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",