From c416c2281493ae78a7ceec08d504dcd79cae34bc Mon Sep 17 00:00:00 2001 From: hagrid67 <jdhwatson@gmail.com> Date: Mon, 29 Jul 2019 20:38:57 +0100 Subject: [PATCH] Added link to custom_observation_example.py from the doc --- docs/getting_start_with_observationbuilder.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_start_with_observationbuilder.rst b/docs/getting_start_with_observationbuilder.rst index c74e198f..0862ae8d 100644 --- a/docs/getting_start_with_observationbuilder.rst +++ b/docs/getting_start_with_observationbuilder.rst @@ -152,5 +152,5 @@ navigation to target, and shows the path taken as an animation. env_renderer.render_env(show=True, frames=True, show_observations=False) time.sleep(0.1) - +The code examples above appear in the example file `custom_observation_example.py<https://gitlab.aicrowd.com/flatland/flatland/blob/master/flatland/examples/custom_observation_example.py>`_. You can run it using :code:`python examples/custom_observation_example.py` from the root folder of the flatland repo. The two examples are run one after the other. -- GitLab