Skip to content

Commit a474a9e

Browse files
authored
Merge pull request #256 from njustesen/feat/docker-competition
Multi-agent competition + DockerAgent
2 parents 8f49055 + ab8375f commit a474a9e

12 files changed

+925
-361
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25+
pip install -r requirements.txt
2526
pip install -e .
2627
python setup.py install
2728

botbowl/ai/competition/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
from .competition import *
22
from .python_socket import *
3+
from .result_structures import *

botbowl/ai/competition/competition.py

Lines changed: 227 additions & 140 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)