From 5addc1ffa10ac7a0ea6458ecdbb4aeebfb2cf839 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Thu, 26 Oct 2023 01:46:11 +0200 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ed07809..bd854c5 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,20 @@ -# Reversi Deep Learning Implementation +# Reversi: Deep Learning Coursework -This repository hosts a project for the course "Deep Learning" as part of my studies in Applied AI at [FH-SWF](https://fh-swf.de). It showcases a Deep Learning model trained to play the classic game Reversi (Othello) implemented in a Jupyter Notebook. +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](https://fh-swf.de). + +## Tech Stack + +- Python +- Jupyter Notebook +- PyTorch +- Dependencies listed in [pyproject.toml](https://git.horstenkamp.eu/Philipp/reversi/src/branch/main/pyproject.toml) ## Installation 1. Clone the repository: `git clone https://git.horstenkamp.eu/Philipp/reversi.git` -2. Enter the repository: `cd reversi` -2. Install dependencies: `poetry install` +2. Enter the folder: `cd reversi` +3. Install dependencies: `poetry install` ## Usage -Open the Jupyter Notebook to interact with the game and explore the model's strategy. - -## Contributing - -Feel free to explore the code and provide feedback. +Open the Jupyter Notebook and explore the implementation to understand the application of Deep Learning techniques in game strategy.