Skip to content

Commit

Permalink
fix(pu): fix lstm_hidden_size in sampled_efficientzero_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
puyuan1996 committed Dec 21, 2023
1 parent 1958861 commit 3823560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lzero/model/sampled_efficientzero_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def __init__(
self.reward_support_size,
flatten_output_size_for_reward_head,
downsample,
lstm_hidden_size=self.lstm_hidden_size,
last_linear_layer_init_zero=self.last_linear_layer_init_zero,
activation=activation,
norm_type=norm_type
Expand Down

0 comments on commit 3823560

Please sign in to comment.