feat(training): scaffold Python training project

This commit is contained in:
meelstorm
2026-07-17 17:10:47 +00:00
committed by EugeneTes
parent 30ac7a8114
commit ba24c752c5
3 changed files with 12 additions and 0 deletions

4
Training/pytest.ini Normal file
View File

@@ -0,0 +1,4 @@
[pytest]
testpaths = tests
python_files = test_*.py
addopts = -v

View 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

View File