Skip to content

Commit b61ffbb

Browse files
committed
add __init__ signature for Environment in comments to be visible in docs
1 parent a763469 commit b61ffbb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pomdp_py/framework/basics.pyx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,11 @@ cdef class Environment:
466466
it can be used by a POMDP or OOPOMDP.
467467
468468
The Environment is passive. It never observes nor acts.
469+
470+
__init__(self, init_state,
471+
transition_model=None,
472+
reward_model=None,
473+
blackbox_model=None)
469474
"""
470475
def __init__(self, init_state,
471476
transition_model=None,

0 commit comments

Comments
 (0)