Skip to content

Instantly share code, notes, and snippets.

View BryanSWeber's full-sized avatar

Bryan S Weber BryanSWeber

View GitHub Profile
@BryanSWeber
BryanSWeber / day-1-lesson.ipynb
Created March 29, 2023 16:34
Day 1 Lesson.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@BryanSWeber
BryanSWeber / samplesfromheavytailsexperiment.ipynb
Last active March 29, 2023 17:06
SamplesFromHeavyTailsExperiment.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
[ai]
; Paths and revisions for AI
; - Use commas to specify AI for multiple instances.
; - If there are more instances than the amount of
; DLLs specified, then the last entry is used.
; - Example: SomeAI.dll, SecondInstance.dll, ThirdInstance.dll
; - Absolute paths are acceptable.
ai = "C:/Users/Bryan/BWAPI_4.1.2/BWAPI/MeatAIModule/Release/MeatAIModule.dll", "C:/Users/Bryan/BWAPI_4.1.2/ualbertabot-master/UAlbertaBot/bin/UAlbertaBot.dll"
ai_dbg = "C:/Users/Bryan/BWAPI_4.1.2/BWAPI/MeatAIModule/Debug/MeatAIModule.dll"
C:\Users\IEUser\Desktop\StarcraftAITournamentManager\client>java -jar client.jar
client_settings.json
StarCraft Dir: C:\Users\IEUser\starcraft\
CMD /C netsh firewall add allowedprogram program = C:\Users\IEUser\starcraft\sta
rcraft.exe name = Starcraft mode = ENABLE scope = ALL
CMD /C netsh firewall add allowedprogram program = client.jar name = AIIDEClient
mode = ENABLE scope = ALL