Explorar el Código

fix renderig manual_control

Rodrigo Perez-Vicente hace 2 años
padre
commit
362f13219e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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,
     )