dacbench.container.remote_env

Module Contents

Functions

json_encode(obj: Jsonable) → str

json_decode(json_str: str) → Jsonable

dacbench.container.remote_env.NumpyTypes
dacbench.container.remote_env.DefaultJsonable
dacbench.container.remote_env.Jsonable
dacbench.container.remote_env.json_encode(obj: Jsonable) str
dacbench.container.remote_env.json_decode(json_str: str) Jsonable
class dacbench.container.remote_env.RemoteEnvironmentServer(env)
step(self, action: Union[Dict[str, List[numbers.Number]], List[numbers.Number]])
reset(self)
render(self, mode='human')
close(self)
property action_space(self)
class dacbench.container.remote_env.RemoteEnvironmentClient(env: dacbench.container.remote_env.RemoteEnvironmentServer)
step(self, action: Union[Dict[str, numpy.ndarray], numpy.ndarray]) Tuple[Union[Dict[str, numpy.ndarray], numpy.ndarray], numbers.Number, bool, dict]
reset(self) Union[Dict[str, numpy.ndarray], numpy.ndarray]
close(self)
property action_space(self)