Skip to content

Commit

Permalink
21424: Adjusts feature attributes for ordinal warning (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackx111 authored Aug 29, 2024
1 parent 65a21a7 commit 8ca74de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions howso_engine_rl_recipes/wafer_thin_mint/agent/basic_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def setup(self) -> None:
self.desired_score = 1

self.features = {
'wafer_count': {'type': 'ordinal'},
'score': {'type': 'ordinal'},
'wafer_count': {'type': 'ordinal', 'data_type': 'number'},
'score': {'type': 'ordinal', 'data_type': 'number'},
'action': {
'type': 'nominal',
'data_type': 'number',
Expand Down

0 comments on commit 8ca74de

Please sign in to comment.