feat: initialize majiang-rl project
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "majiang-rl"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"gymnasium>=0.29.0",
|
||||
"numpy>=1.26.0",
|
||||
"torch>=2.2.0",
|
||||
"torchvision>=0.24.1",
|
||||
"swanlab>=0.3.0",
|
||||
]
|
||||
Reference in New Issue
Block a user