Game engine could now work.

This commit is contained in:
2023-02-06 03:00:13 +01:00
parent 4928463d80
commit 545f37af07
3 changed files with 2849 additions and 1817 deletions
+1004 -363
View File
File diff suppressed because one or more lines are too long
Generated
+1842 -1452
View File
File diff suppressed because it is too large Load Diff
+3 -2
View File
@@ -4,10 +4,10 @@ requires = ["poetry-core"]
[tool.poetry] [tool.poetry]
authors = ["Philipp Horstenkamp <philipp@horstenkamp.de>"] authors = ["Philipp Horstenkamp <philipp@horstenkamp.de>"]
description = "" description = "A Deep Learning implementation of the game Reversi aka. Otello. This is a Jupyter implementation only because it was requested in such a format for a class in my masters degree. Enjoy the read or ignore it."
name = "reversi" name = "reversi"
readme = "README.md" readme = "README.md"
version = "0.1.0" version = "0.1.1"
[tool.poetry.dependencies] [tool.poetry.dependencies]
ipytest = "^0.13.0" ipytest = "^0.13.0"
@@ -18,6 +18,7 @@ pytest = "^7.2.1"
python = "3.10.*" python = "3.10.*"
scipy = "^1.10.0" scipy = "^1.10.0"
tqdm = "^4.64.1" tqdm = "^4.64.1"
jupyterlab = "^3.6.1"
[tool.poetry.group.build.dependencies] [tool.poetry.group.build.dependencies]
blackcellmagic = "^0.0.3" blackcellmagic = "^0.0.3"