Skip to content

Commit e3186f3

Browse files
authored
Update bot-bowl-v.md
1 parent 7d39d93 commit e3186f3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/bot-bowl-v.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ Bot Bowl V is the fifth AI competition in Blood Bowl. The results will be announ
44

55
# Submission Deadline
66

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.
1111

1212
## How to submit
1313
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)
1616

17-
:point_right: **[Submission form](https://docs.google.com/forms/d/e/1FAIpQLSdESXYodNnElKBXn_nbEJv7f3u5IG_ntiuS7U4rCD_KO3sF-g/viewform)** :point_left:
17+
--> **[Submission form](https://docs.google.com/forms/d/e/1FAIpQLSdESXYodNnElKBXn_nbEJv7f3u5IG_ntiuS7U4rCD_KO3sF-g/viewform)** <--
1818

1919
# Format
2020
Bot Bowl V has the same format as the previous years but we aim to have a few new tutorials ready for you.
2121
Group submissions are allowed but each person can only be part of one bot submission.
2222
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.
2323

2424
## 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.
2626
In case of a tie, the bot with the highest score difference, and then inflicted casualties will win.
2727

2828
## Match Rules
@@ -33,12 +33,12 @@ Each match uses the following [configurations](https://github.com/njustesen/botb
3333
- Pathfinding-assistance enabled
3434
- Only a [fixed human team](https://github.com/njustesen/botbowl/blob/main/botbowl/data/teams/11/human.json) is available
3535

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.
3737
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.
3838

3939
# Prizes
4040

41-
We aim to have two prizes simlilar to last year:
41+
We aim to have two prizes similar to last year:
4242

4343
- 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

Comments
 (0)