sergiopaniego HF Staff commited on
Commit
cd3cc20
·
verified ·
1 Parent(s): 3962dbd

Update server/openspiel_environment.py

Browse files
Files changed (1) hide show
  1. server/openspiel_environment.py +3 -1
server/openspiel_environment.py CHANGED
@@ -65,7 +65,9 @@ class OpenSpielEnvironment(Environment):
65
  >>> obs = env.step(OpenSpielAction(action_id=1))
66
  >>> print(obs.reward)
67
  """
68
-
 
 
69
  def __init__(
70
  self,
71
  game_name: str = "catch",
 
65
  >>> obs = env.step(OpenSpielAction(action_id=1))
66
  >>> print(obs.reward)
67
  """
68
+
69
+ SUPPORTS_CONCURRENT_SESSIONS: bool = True
70
+
71
  def __init__(
72
  self,
73
  game_name: str = "catch",