Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__/
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ This repo contains the source code to the wargame ARL Battlespace. The configura

# Setting up
1) Install Python (e.g. 3.7.9) and Anaconda (e.g. 4.9.2)
2) conda install dill
3) pip install tk
2) conda install dill numpy Pillow

# Running Two Humans vs. UniformRandomAgent AI, Capture-the-Flag game with Wall (minefield)
The two humans begin in the North quadrants, and the 2 AI players begin in the South quadrants. Each player has 3 ground units, 1 air unit, and a flag. The opposing forces are separated by a minefield with a gap. The humans should cooperate to breach the gap and destory the enemy forces or capture the flags. Units have limited visibility.
Expand Down