Skip to content
Snippets Groups Projects
Commit c416c228 authored by hagrid67's avatar hagrid67
Browse files

Added link to custom_observation_example.py from the doc

parent 651ce77b
No related branches found
No related tags found
No related merge requests found
...@@ -152,5 +152,5 @@ navigation to target, and shows the path taken as an animation. ...@@ -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) env_renderer.render_env(show=True, frames=True, show_observations=False)
time.sleep(0.1) 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment