Skip to content

Commit cb30499

Browse files
committed
Merge remote-tracking branch 'jiuguangw/jw/fix' into dev-1.3.3
2 parents 2306956 + fee95ed commit cb30499

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ pomdp_py
33

44
`pomdp_py <https://h2r.github.io/pomdp-py>`_ is a framework to build and solve POMDP problems, written in Python and Cython.
55

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.
77

88
Please refer to the `full documentation <https://h2r.github.io/pomdp-py>`_ and `installation instructions <https://h2r.github.io/pomdp-py/html/installation.html>`_.
99

10-
1110
If you find this library helpful to your work, please cite the `following paper <https://arxiv.org/pdf/2004.10099.pdf>`_::
1211

1312
@inproceedings{zheng2020pomdp_py,
@@ -18,3 +17,6 @@ If you find this library helpful to your work, please cite the `following paper
1817
url = {https://icaps20subpages.icaps-conference.org/wp-content/uploads/2020/10/14-PlanRob_2020_paper_3.pdf},
1918
note = {Arxiv link: "\url{https://arxiv.org/pdf/2004.10099.pdf}"}
2019
}
20+
21+
22+
**Call for Contributions**: please check out - `h2r/pomdp-py/issues/25 <https://github.com/h2r/pomdp-py/issues/25>`_.

pomdp_py/framework/oopomdp.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cdef class OOState(State):
1515
cdef int _hashcache
1616

1717
cdef class OOTransitionModel(TransitionModel):
18-
cpdef dict _transition_models
18+
cdef dict _transition_models
1919

2020
cdef class OOObservation(Observation):
2121
pass

0 commit comments

Comments
 (0)