gym_anm.envs.anm6_env.rendering.py.servers.HttpServer

class gym_anm.envs.anm6_env.rendering.py.servers.HttpServer[source]

Bases: object

Encapsulates an HTTP server.

PORT

The port on which to listen. Default is 8000.

Type:

int

HOST

The host used as server. Default is ‘127.0.0.1’.

Type:

str

address

The full hosting address to connect to the server.

Type:

str

process

The separate process running the server.

Type:

multiprocessing.Process

__init__()[source]

Methods

__init__()