Skip to content

Commit

Permalink
default name for rocksample agent
Browse files Browse the repository at this point in the history
  • Loading branch information
kzheng-bdai committed Mar 29, 2024
1 parent d51398c commit 190d7f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pomdp_py/problems/rocksample/rocksample_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +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})"
)
env = pomdp_py.Environment(
init_state,
Expand Down

0 comments on commit 190d7f2

Please sign in to comment.