You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install requirements listed in sandbox/requirements.txt
```
Considerations:
This version of the game is a one-process version where the bots actions are executed sequentially one by one, without subprocesses communication. The goal of this version is to execute the game easily to collect as many data as possible to implement AI bots.
For modifying the game specifications, the map and the number/class of bots can be modified within the main function of sandbox/main.py file.