Skip to content

Commit

Permalink
Merge pull request #263 from whitemech/issue-249
Browse files Browse the repository at this point in the history
update logo and badges
  • Loading branch information
francescofuggitti authored Jul 13, 2023
2 parents dd7b158 + 89009f7 commit 66329fe
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
<h1 align="center">
<b>Plan4Past</b>
<img src="https://user-images.githubusercontent.com/29372925/252561261-c383afa8-9138-43a7-8f7d-fd0ecd9220bd.png" width="40%" height="auto">
</h1>

<p align="center">

<a href="https://pypi.org/project/plan4past">
<img alt="Python Version" src="https://img.shields.io/pypi/pyversions/plan4past" />
</a>
<a href="https://pypi.org/project/plan4past">
<img alt="PyPI" src="https://img.shields.io/pypi/v/plan4past">
</a>
<a href="https://github.com/whitemech/plan4past/workflows/test/badge.svg">
<img alt="build" src="https://github.com/whitemech/plan4past/workflows/test/badge.svg">
</a>
<a href="https://codecov.io/gh/whitemech/plan4past">
<img alt="codecov" src="https://codecov.io/gh/whitemech/plan4past/branch/main/graph/badge.svg">
</a>
<a href="https://github.com/whitemech/plan4past/blob/main/LICENSE">
<img alt="GitHub" src="https://img.shields.io/badge/license-LGPLv3%2B-blue">
</a>
</p>

---

Classical and FOND Planning for Pure-Past Linear Temporal Logic Goals.

## Installation
Expand Down Expand Up @@ -133,6 +154,12 @@ If you use Plan4Past in your research, please consider citing the following pape
Enrico Scala},
title = {Planning for Temporally Extended Goals in Pure-Past Linear Temporal Logic},
booktitle = {{ICAPS}},
volume = {33},
url = {https://ojs.aaai.org/index.php/ICAPS/article/view/27179},
doi = {10.1609/icaps.v33i1.27179},
number = {1},
month = {Jul.},
pages = {61-69},
year = {2023},
}
```
Expand Down

0 comments on commit 66329fe

Please sign in to comment.