Skip to content

Commit 46f9132

Browse files
authored
minor fix in rocksample_problem.py (#79)
1 parent 7eeb653 commit 46f9132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pomdp_py/problems/rocksample/rocksample_problem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ def create_instance(n, k, **kwargs):
538538

539539

540540
def main():
541-
rocksample = debug_instance() # create_instance(7, 8)
541+
rocksample = create_instance(5, 5)
542542
rocksample.print_state()
543543

544544
print("*** Testing POMCP ***")

0 commit comments

Comments
 (0)