Game engine could now work.
This commit is contained in:
parent
4928463d80
commit
545f37af07
985
main.ipynb
985
main.ipynb
File diff suppressed because one or more lines are too long
3720
poetry.lock
generated
3720
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -4,10 +4,10 @@ requires = ["poetry-core"]
|
||||
|
||||
[tool.poetry]
|
||||
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 master’s degree. Enjoy the read or ignore it."
|
||||
name = "reversi"
|
||||
readme = "README.md"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
ipytest = "^0.13.0"
|
||||
@ -18,6 +18,7 @@ pytest = "^7.2.1"
|
||||
python = "3.10.*"
|
||||
scipy = "^1.10.0"
|
||||
tqdm = "^4.64.1"
|
||||
jupyterlab = "^3.6.1"
|
||||
|
||||
[tool.poetry.group.build.dependencies]
|
||||
blackcellmagic = "^0.0.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user