You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,10 @@ pomdp_py
3
3
4
4
`pomdp_py <https://h2r.github.io/pomdp-py>`_ is a framework to build and solve POMDP problems, written in Python and Cython.
5
5
6
-
**Why pomdp_py?** It provides a POMDP framework in Python with clean and intuitive interfaces. This makes POMDP-related research or projects accessible to more people. It also helps sharing code and developing a community
6
+
**Why pomdp_py?** It provides a POMDP framework in Python with clean and intuitive interfaces. This makes POMDP-related research or projects accessible to more people. It also helps sharing code and developing a community.
7
7
8
8
Please refer to the `full documentation <https://h2r.github.io/pomdp-py>`_ and `installation instructions <https://h2r.github.io/pomdp-py/html/installation.html>`_.
9
9
10
-
11
10
If you find this library helpful to your work, please cite the `following paper <https://arxiv.org/pdf/2004.10099.pdf>`_::
12
11
13
12
@inproceedings{zheng2020pomdp_py,
@@ -18,3 +17,6 @@ If you find this library helpful to your work, please cite the `following paper
0 commit comments