Skip to content

Commit

Permalink
remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Salem Lahlou committed Nov 26, 2024
1 parent b9f777f commit ee6280b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gfn/gym/discrete_ebm.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ def __init__(

n_actions = 2 * ndim + 1
# the last action is the exit action that is only available for complete states
#
# Action i in [ndim, 2 * ndim - 1] corresponds to replacing s[i - ndim] with 1

if preprocessor_name == "Identity":
preprocessor = IdentityPreprocessor(output_dim=ndim)
Expand Down

0 comments on commit ee6280b

Please sign in to comment.