Skip to content

Commit

Permalink
increase to 90
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenWuyifan committed May 1, 2024
1 parent cc8b2ab commit 26e78e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpha_automl/pipeline_search/agent_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, config: EnvContext):
self.observation_space = Dict(
{
"board": Box(
0, 85, shape=(self.game.p + self.game.m,), dtype=np.uint8
0, 90, shape=(self.game.p + self.game.m,), dtype=np.uint8
), # Ray env board contains pipeline and metadata
}
)
Expand Down

0 comments on commit 26e78e7

Please sign in to comment.