Skip to content

Commit 2649aa5

Browse files
authored
Merge pull request #78 from h2r/zkytony-rocksample-patch-1
Minor fix in rocksample_problem.py
2 parents 7eeb653 + e2baee1 commit 2649aa5

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)