File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,17 @@ include ./pomdp_py/representations/distribution/histogram.pxd
10
10
include ./pomdp_py/framework/planner.pxd
11
11
include ./pomdp_py/framework/basics.pxd
12
12
include ./pomdp_py/framework/oopomdp.pxd
13
+ include ./pomdp_problems/rocksample/cythonize/rocksample_problem.pyx
14
+ include ./pomdp_problems/tiger/cythonize/tiger_problem.pyx
15
+ include ./pomdp_py/utils/cython_utils.pyx
16
+ include ./pomdp_py/algorithms/value_iteration.pyx
17
+ include ./pomdp_py/algorithms/pomcp.pyx
18
+ include ./pomdp_py/algorithms/po_rollout.pyx
19
+ include ./pomdp_py/algorithms/po_uct.pyx
20
+ include ./pomdp_py/representations/belief/particles.pyx
21
+ include ./pomdp_py/representations/distribution/particles.pyx
22
+ include ./pomdp_py/representations/distribution/histogram.pyx
23
+ include ./pomdp_py/representations/distribution/gaussian.pyx
24
+ include ./pomdp_py/framework/basics.pyx
25
+ include ./pomdp_py/framework/planner.pyx
26
+ include ./pomdp_py/framework/oopomdp.pyx
You can’t perform that action at this time.
0 commit comments