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

trying to fix link

parent c416c228
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. 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