Skip to content

Commit

Permalink
Add badge with DOI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-wojnar committed Apr 10, 2024
1 parent e7897ca commit c02eb5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![License: MPL 2.0][license-badge]][license]
[![build and test][tests-badge]][github-actions]
[![Documentation Status][rtd-badge]][documentation]
[![DOI](https://img.shields.io/badge/DOI-10.1016/j.softx.2024.101706-blue.svg)](https://doi.org/10.1016/j.softx.2024.101706)

[pypi-badge]: https://img.shields.io/pypi/v/reinforced-lib
[pypi]: https://pypi.org/project/reinforced-lib/
Expand Down
3 changes: 3 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Welcome to Reinforced-lib's documentation!
.. image:: https://readthedocs.org/projects/reinforced-lib/badge/?version=latest
:target: https://reinforced-lib.readthedocs.io/

.. image:: https://img.shields.io/badge/DOI-10.1016/j.softx.2024.101706-blue.svg
:target: https://doi.org/10.1016/j.softx.2024.101706

**Introducing Reinforced-lib:** a lightweight Python library for rapid development of reinforcement-learning (RL) solutions. It is open-source, prioritizes ease of use, provides comprehensive documentation, and offers both deep reinforcement learning (DRL) and classic non-neural agents. Built on `JAX <https://jax.readthedocs.io/en/latest/>`_, it facilitates exporting trained models to embedded devices, and makes it great for research and prototyping with RL algorithms. Access to JAX's JIT functionality ensure high-performance results.

Key components
Expand Down

0 comments on commit c02eb5b

Please sign in to comment.