diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 07ad2f1c..122fe3a0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -16,7 +16,7 @@ To ask questions, propose ideas, etc., go to the Discussions tab. A clear and concise description of the bug/issue. -### Steps to reproduce and logs +### Steps to reproduce and logs Please try to provide a minimal example to reproduce the bug/issue. Error messages and logs are also helpful. @@ -56,7 +56,7 @@ Please provide any additional information that may be helpful in resolving the b ### Checklist -I have checked that... +I have checked that... - [ ] there is no similar issue in the repository - [ ] the issue is not solved in the skrl's docs troubleshooting section diff --git a/docs/source/_static/data/skrl-up-transparent.png b/docs/source/_static/data/skrl-up-transparent.png new file mode 100644 index 00000000..4baf75eb Binary files /dev/null and b/docs/source/_static/data/skrl-up-transparent.png differ diff --git a/docs/source/intro/installation.rst b/docs/source/intro/installation.rst index 4099d44d..67bf5e11 100644 --- a/docs/source/intro/installation.rst +++ b/docs/source/intro/installation.rst @@ -56,7 +56,7 @@ To install **skrl** with pip, execute: .. code-block:: bash - pip install skrl["torch"] + pip install --pre skrl["torch"] .. group-tab:: |_4| |jax| |_4| @@ -66,19 +66,19 @@ To install **skrl** with pip, execute: .. code-block:: bash - pip install skrl["jax"] + pip install --pre skrl["jax"] .. group-tab:: All ML frameworks .. code-block:: bash - pip install skrl["all"] + pip install --pre skrl["all"] .. group-tab:: No ML framework .. code-block:: bash - pip install skrl + pip install --pre skrl .. raw:: html