Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
openenv_ask_answer_env.egg-info/SOURCES.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
README.md
|
| 2 |
__init__.py
|
| 3 |
client.py
|
|
|
|
| 4 |
models.py
|
| 5 |
pyproject.toml
|
| 6 |
./__init__.py
|
|
|
|
| 1 |
README.md
|
| 2 |
__init__.py
|
| 3 |
client.py
|
| 4 |
+
exp.py
|
| 5 |
models.py
|
| 6 |
pyproject.toml
|
| 7 |
./__init__.py
|
server/app.py
CHANGED
|
@@ -46,7 +46,7 @@ app = create_app(
|
|
| 46 |
AskAnswerAction,
|
| 47 |
AskAnswerObservation,
|
| 48 |
env_name="ask_answer_env",
|
| 49 |
-
max_concurrent_envs=
|
| 50 |
)
|
| 51 |
|
| 52 |
|
|
|
|
| 46 |
AskAnswerAction,
|
| 47 |
AskAnswerObservation,
|
| 48 |
env_name="ask_answer_env",
|
| 49 |
+
max_concurrent_envs=100, # Allow 100 concurrent WebSocket sessions for training
|
| 50 |
)
|
| 51 |
|
| 52 |
|