21 lines
702 B
Markdown
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).
|