Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyu-zheng committed Mar 29, 2024
1 parent 190d7f2 commit 0c0adb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pomdp_py/problems/rocksample/rocksample_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def __init__(
RSTransitionModel(n, rock_locs, self.in_exit_area),
RSObservationModel(rock_locs, half_efficiency_dist=half_efficiency_dist),
RSRewardModel(rock_locs, self.in_exit_area),
name=f"RockSampleAgent({n}, {k})"
name=f"RockSampleAgent({n}, {k})",
)
env = pomdp_py.Environment(
init_state,
Expand Down

0 comments on commit 0c0adb9

Please sign in to comment.