Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanElsner authored Nov 19, 2023
1 parent 9a9d7b8 commit 92e3a7b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<h2 align="center">Model and Tools for the Panda Robot in dm_robotics</h2>

<p align="center">
<a href="https://github.com/JeanElsner/dm_robotics_panda/actions/workflows/main.yml"><img alt="Continuous Integration" src="https://img.shields.io/github/actions/workflow/status/JeanElsner/dm_robotics_panda/main.yml" /></a>
<a href="https://github.com/JeanElsner/dm_robotics_panda/blob/main/LICENSE"><img alt="Apache-2.0 License" src="https://img.shields.io/github/license/JeanElsner/dm_robotics_panda" /></a>
<a href="https://jeanelsner.github.io/dm_robotics_panda/pylint.log"><img alt="Pylint score" src="https://jeanelsner.github.io/dm_robotics_panda/pylint.svg" /></a>
<a href="https://pypi.org/project/dm-robotics-panda/"><img alt="PyPI - Published Version" src="https://img.shields.io/pypi/v/dm-robotics-panda"></a>
<a href="https://codecov.io/gh/JeanElsner/dm_robotics_panda"><img src="https://codecov.io/gh/JeanElsner/dm_robotics_panda/graph/badge.svg?token=7mk9f5yM8y"/></a>
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/dm-robotics-panda">
<a href="https://github.com/JeanElsner/dm_robotics_panda/actions/workflows/main.yml"><img alt="Continuous Integration" src="https://img.shields.io/github/actions/workflow/status/JeanElsner/dm_robotics_panda/main.yml" /></a>
<a href="https://github.com/JeanElsner/dm_robotics_panda/blob/main/LICENSE"><img alt="Apache-2.0 License" src="https://img.shields.io/github/license/JeanElsner/dm_robotics_panda" /></a>
<a href="https://jeanelsner.github.io/dm_robotics_panda/pylint.log"><img alt="Pylint score" src="https://jeanelsner.github.io/dm_robotics_panda/pylint.svg" /></a>
<a href="https://pypi.org/project/dm-robotics-panda/"><img alt="PyPI - Published Version" src="https://img.shields.io/pypi/v/dm-robotics-panda"></a>
<a href="https://codecov.io/gh/JeanElsner/dm_robotics_panda"><img src="https://codecov.io/gh/JeanElsner/dm_robotics_panda/graph/badge.svg?token=7mk9f5yM8y"/></a>
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/dm-robotics-panda">
<a href="https://jeanelsner.github.io/dm_robotics_panda"><img alt="Documentation" src="https://shields.io/badge/-Documentation-informational" /><a/>
</p>

This package includes a model of the Panda robot for [dm_robotics](https://github.com/google-deepmind/dm_robotics), tools to build simulation environments suited for reinforcement learning, and allows you to run these simulations with real hardware in the loop.
Expand Down Expand Up @@ -56,4 +57,4 @@ doi = {https://doi.org/10.1016/j.softx.2023.101532},
url = {https://www.sciencedirect.com/science/article/pii/S2352711023002285},
author = {Jean Elsner}
}
```
```

0 comments on commit 92e3a7b

Please sign in to comment.