Game engine could now work.
This commit is contained in:
parent
4928463d80
commit
545f37af07
1367
main.ipynb
1367
main.ipynb
File diff suppressed because one or more lines are too long
3294
poetry.lock
generated
3294
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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 master’s 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user