|
||
---|---|---|
.idea | ||
training_data | ||
.gitattributes | ||
.gitignore | ||
.pre-commit-config.yaml | ||
8-directions.png | ||
README.md | ||
Startaufstellung.png | ||
computer-score.png | ||
main.ipynb | ||
poetry.lock | ||
pyproject.toml | ||
results.pickle | ||
reversi_example.png | ||
rnd_action.npy | ||
rnd_history.npy | ||
turn_possible.npy |
README.md
Reversi: Deep Learning Coursework
This repository, part of my portfolio, showcases a Jupyter Notebook implementation of the classic game Reversi (also known as Othello) undertaken for the Deep Learning course during my studies in Applied AI at FH-SWF.
Tech Stack
- Python
- Jupyter Notebook
- PyTorch
- Dependencies listed in pyproject.toml
Installation
- Clone the repository:
git clone https://git.horstenkamp.eu/Philipp/reversi.git
- Enter the folder:
cd reversi
- Install dependencies:
poetry install
Usage
Open the Jupyter Notebook and explore the implementation to understand the application of Deep Learning techniques in game strategy.