You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dependencies versions in pyproject.toml are not optimized. E.g. gymnasium = ">=0.28.1" which could be lowered. Also, python = ">=3.9,<4.0" could potentially be lowered to 3.7.
To solve this issue, try out the minimal required version for these packages and run the test-suite / Dockerfile and an example training script to validate that the project is still working as expected.
The text was updated successfully, but these errors were encountered:
The dependencies versions in
pyproject.toml
are not optimized. E.g.gymnasium = ">=0.28.1"
which could be lowered. Also,python = ">=3.9,<4.0"
could potentially be lowered to3.7
.To solve this issue, try out the minimal required version for these packages and run the test-suite / Dockerfile and an
example
training script to validate that the project is still working as expected.The text was updated successfully, but these errors were encountered: