Files
reversi/README.md
Philipp Horstenkamp 74a6f429b3 Update README.md
2023-10-26 01:34:54 +02:00

21 lines
702 B
Markdown

# Reversi Deep Learning Implementation
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.
## Installation
1. Clone the repository: `git clone https://git.horstenkamp.eu/Philipp/reversi.git`
2. Install dependencies: `pip install -r requirements.txt`
## 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.
## Contact
For any queries, reach out to [Philipp](https://github.com/Philipp).