Spaces:
Running
Running
Update server/openspiel_environment.py
Browse files
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",
|