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
Copy file name to clipboardExpand all lines: docs/bot-bowl-v.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,25 @@ Bot Bowl V is the fifth AI competition in Blood Bowl. The results will be announ
4
4
5
5
# Submission Deadline
6
6
7
-
The submission deadline for Bot Bowl V is August 1st anywhere on earth.
8
-
In the first week after the submission deadline (August 1st - 8th), authors will receive an email with results of 10 matches played against the random baseline.
9
-
This is to confirm that we were able to set up and run the bot correctly.
10
-
If we run into issues running you bot, please be prepared to assist us during this week.
7
+
The submission deadline for Bot Bowl V is August 1st anywhere on Earth.
8
+
In the first week after the submission deadline (August 1st - 8th), authors will receive an email with the results of 10 matches played against the random baseline.
9
+
This is to confirm that we could set up and run the bot correctly.
10
+
If we run into issues running your bot, please be prepared to assist us during this week.
11
11
12
12
## How to submit
13
13
You can submit your bot in two ways (pick one):
14
-
- OLD WAY - follow instructions in [bot-bowl-submission repository](https://github.com/njustesen/bot-bowl-submission), compress the code to a `.zip` file and upload the file with your submission.
15
-
- NEW WAY - build a docker image, compress to a `.tar.gz` and upload with your submission. For more instructions see [docker.md](docker.md)
14
+
- OLD WAY - follow instructions in [bot-bowl-submission repository](https://github.com/njustesen/bot-bowl-submission), compress the code to a `.zip` file, and upload the file with your submission.
15
+
- NEW WAY - build a docker image, compress to a `.tar.gz`, and upload it with your submission. For more instructions see [docker.md](docker.md)
Bot Bowl V has the same format as the previous years but we aim to have a few new tutorials ready for you.
21
21
Group submissions are allowed but each person can only be part of one bot submission.
22
22
Each group must have a team leader that will receive any prize money they win and the lead will be responsible for sharing it with the group.
23
23
24
24
## Round-robin
25
-
In a round-robing tournament, each bot plays 10 matches against each other and the tournament winner will be determined based on the following point system: 3 points for winning, 1 point for a draw, 0 points for a loss.
25
+
In a round-robin tournament, each bot plays 10 matches against each other and the tournament winner will be determined based on the following point system: 3 points for winning, 1 point for a draw, 0 points for a loss.
26
26
In case of a tie, the bot with the highest score difference, and then inflicted casualties will win.
27
27
28
28
## Match Rules
@@ -33,12 +33,12 @@ Each match uses the following [configurations](https://github.com/njustesen/botb
33
33
- Pathfinding-assistance enabled
34
34
- Only a [fixed human team](https://github.com/njustesen/botbowl/blob/main/botbowl/data/teams/11/human.json) is available
35
35
36
-
Bots will run inside a docker container for the entire 10-match sequence against its opponent. This allows it to adapt without having to save anything to the file system in-between matches. After the 10-match sequence it is restarted.
36
+
Bots will run inside a docker container for the entire 10-match sequence against its opponent. This allows it to adapt without having to save anything to the file system in-between matches. After the 10-match series, it is restarted.
37
37
If a bot crashes and is unable to recover, the system will attempt to restart it while there is still time on the clock if the bot is still irresponsive it will simply timeout and not do anything.
38
38
39
39
# Prizes
40
40
41
-
We aim to have two prizes simlilar to last year:
41
+
We aim to have two prizes similar to last year:
42
42
43
43
- 1st Place Prize will be announced later.
44
-
- $500 Machine Learning Prize sponsored by modl.ai for the most insteresting bot that uses machine learning and/or search-based techniques.
44
+
- $500 Machine Learning Prize sponsored by modl.ai for the most interesting bot that uses machine learning and/or search-based techniques.
0 commit comments