Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend external_bot.py to be able to run compiled bots #179

Open
BurnySc2 opened this issue Sep 18, 2023 · 0 comments
Open

Extend external_bot.py to be able to run compiled bots #179

BurnySc2 opened this issue Sep 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@BurnySc2
Copy link
Owner

In https://github.com/BurnySc2/python-sc2/blob/76e4a435732d4359e5bd9e15b6283a0498e212ca/examples/external_bot.py we can run bots using an external file path.

Extend it to launch a bot.exe (on linux: via wine) so that bot vs bot works as well as human vs bot.
This should already be supportet by BotProcess class

:param launch_list: list of strings that launches the bot e.g. ["python", "run.py"] or ["run.exe"]

@BurnySc2 BurnySc2 added the enhancement New feature or request label Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant