feat(training): scaffold Python training project
This commit is contained in:
4
Training/pytest.ini
Normal file
4
Training/pytest.ini
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[pytest]
|
||||||
|
testpaths = tests
|
||||||
|
python_files = test_*.py
|
||||||
|
addopts = -v
|
||||||
8
Training/requirements.txt
Normal file
8
Training/requirements.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
gymnasium>=0.29,<2
|
||||||
|
stable-baselines3>=2.3,<3
|
||||||
|
torch>=2.2,<3
|
||||||
|
onnx>=1.16,<2
|
||||||
|
onnxruntime>=1.18,<2
|
||||||
|
numpy>=1.24,<3
|
||||||
|
tensorboard>=2.15
|
||||||
|
pytest>=8
|
||||||
0
Training/tests/__init__.py
Normal file
0
Training/tests/__init__.py
Normal file
Reference in New Issue
Block a user