Skip to content

Commit

Permalink
Change: kaolin hoppers should at least refit clay
Browse files Browse the repository at this point in the history
  • Loading branch information
andythenorth committed Oct 5, 2024
1 parent 5462002 commit caee3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -6035,7 +6035,7 @@ def __init__(self, **kwargs):
self.base_id = "kaolin_hopper_car"
super().__init__(**kwargs)
self.class_refit_groups = [] # no classes, use explicit labels
self.label_refits_allowed = ["KAOL"]
self.label_refits_allowed = ["KAOL", "CLAY"]
self.label_refits_disallowed = []
# no point using polar fox default_cargos for a vehicle with single refit
self.default_cargos = []
Expand Down

0 comments on commit caee3e4

Please sign in to comment.