Skip to content

Commit

Permalink
Set rgb array render mode in sb3_highway_dqn_cnn.py
Browse files Browse the repository at this point in the history
Fix #566
  • Loading branch information
eleurent committed Feb 4, 2024
1 parent 81c11d6 commit 3966526
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 @@ -6,7 +6,7 @@


def train_env():
env = gym.make("highway-fast-v0")
env = gym.make("highway-fast-v0", render_mode="rgb_array")
env.configure(
{
"observation": {
Expand Down

0 comments on commit 3966526

Please sign in to comment.