The-Fool-09 commited on
Commit
e584968
·
verified ·
1 Parent(s): 51457b7

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=1, # increase this number to allow more concurrent WebSocket sessions
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