gym_anm.envs.anm6_env.rendering.py.rendering.close

gym_anm.envs.anm6_env.rendering.py.rendering.close(http_server, ws_server)[source]

Terminate the parallel processes running the HTTP and WebSocket servers.

Parameters:
  • http_server (HttpServer) – The HTTP server serving the visualization.

  • ws_server (WsServer) – The WebSocket server used for message exchanges between the environment and the visualization.