Skip to content

Commit

Permalink
build all reward models
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Andriushchenko committed Aug 8, 2024
1 parent ccb0ea7 commit 833795c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paynt/models/model_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def default_builder_options(cls, specification = None):
builder_options.set_build_choice_labels(True)
builder_options.set_add_overlapping_guards_label(True)
builder_options.set_build_observation_valuations(True)
builder_options.set_build_all_reward_models(True)
# builder_options.set_exploration_checks(True)
return builder_options

Expand Down

0 comments on commit 833795c

Please sign in to comment.