.. include:: /_includes/rllib/we_are_hiring.rst .. include:: /_includes/rllib/new_api_stack.rst External Application API ------------------------ In some cases, for instance when interacting with an externally hosted simulator or production environment, it makes more sense to interact with RLlib as if it were an independently running service, rather than RLlib hosting the simulations itself. This is possible via RLlib's external applications interface `(full documentation) `__. .. autoclass:: ray.rllib.env.policy_client.PolicyClient :members: .. autoclass:: ray.rllib.env.policy_server_input.PolicyServerInput :members: