Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
eleurent committed Aug 18, 2024
1 parent d0382fd commit 4ede5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sb3_highway_dqn_cnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def train_env():
"weights": [0.2989, 0.5870, 0.1140], # weights for RGB conversion
"scaling": 1.75,
},
}
},
)
env.reset()
return env
Expand Down

0 comments on commit 4ede5b4

Please sign in to comment.