Skip to content

Commit

Permalink
Merge pull request #94 from Toni-SM/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Toni-SM authored Jul 25, 2023
2 parents d63c9be + b624916 commit 39b8fd7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
<!-- https://skrl.readthedocs.io/en/latest/intro/installation.html#known-issues-and-troubleshooting -->
Binary file added docs/source/_static/data/skrl-up-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions docs/source/intro/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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|

Expand All @@ -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

Expand Down

0 comments on commit 39b8fd7

Please sign in to comment.