diff --git a/Training/pytest.ini b/Training/pytest.ini new file mode 100644 index 0000000..99c4474 --- /dev/null +++ b/Training/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +testpaths = tests +python_files = test_*.py +addopts = -v diff --git a/Training/requirements.txt b/Training/requirements.txt new file mode 100644 index 0000000..26b4757 --- /dev/null +++ b/Training/requirements.txt @@ -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 diff --git a/Training/tests/__init__.py b/Training/tests/__init__.py new file mode 100644 index 0000000..e69de29