Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
notebooks/train_colab (1).ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
notebooks/train_colab_updated_1.ipynb
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
server/app.py
CHANGED
|
@@ -53,7 +53,7 @@ app = create_app(
|
|
| 53 |
DebugzeroAction,
|
| 54 |
DebugzeroObservation,
|
| 55 |
env_name="debugZero",
|
| 56 |
-
max_concurrent_envs=
|
| 57 |
)
|
| 58 |
|
| 59 |
|
|
|
|
| 53 |
DebugzeroAction,
|
| 54 |
DebugzeroObservation,
|
| 55 |
env_name="debugZero",
|
| 56 |
+
max_concurrent_envs=10, # increase this number to allow more concurrent WebSocket sessions
|
| 57 |
)
|
| 58 |
|
| 59 |
|