Browse Source

fix renderig manual_control

Rodrigo Perez-Vicente 2 years ago
parent
commit
362f13219e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      gym_minigrid/manual_control.py

+ 0 - 1
gym_minigrid/manual_control.py

@@ -102,7 +102,6 @@ if __name__ == "__main__":
     env = gym.make(
         args.env,
         new_step_api=True,
-        render_mode="human",  # Note that we do not need to use "human", as Window handles human rendering.
         tile_size=args.tile_size,
     )