-
Notifications
You must be signed in to change notification settings - Fork 159
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
when run_game(Bot,Bot) face problem #178
Comments
Can you include a minimally failing example, or a bigger code snippet on how you are calling the functions? Line 40 in 76e4a43
An example can be found here: python-sc2/examples/bot_vs_bot.py Lines 30 to 44 in 76e4a43
|
ok,sir. def protoss_agent_vs_rule(transaction, lock, map_name, isReadyForNextStep, game_end_event, done_event, opposite_race,
this code runs well in bot vs build in ai,but bugs occurs in bot vs bot. |
When i test the game with Bot AI vs Bot AI.I find the two Bots played in two different game in the same map,and even could send messages to each other.
My systerm is win11
python version python3.10
s2clientprotocol 5.0.11.90870.0
burnysc2 6.4.0
Then ,when i check the replay,it shows replay didnt synchronous
The text was updated successfully, but these errors were encountered: