From c26003bcb7b70d72a9b3cc49101f84f7601c41bd Mon Sep 17 00:00:00 2001 From: ashivani <ashivani@aicrowd.com> Date: Sat, 2 Nov 2019 19:11:23 +0530 Subject: [PATCH] ResolvedError_01_gettingStartedDoc --- docs/tutorials/01_gettingstarted.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/tutorials/01_gettingstarted.rst b/docs/tutorials/01_gettingstarted.rst index c8187421..c5d73178 100644 --- a/docs/tutorials/01_gettingstarted.rst +++ b/docs/tutorials/01_gettingstarted.rst @@ -109,15 +109,12 @@ following code. Also, tree observation data is displayed by RenderTool by defaul for i in range(env.get_num_agents()): env.obs_builder.util_print_obs_subtree( tree=obs[i], - num_features_per_node=5 ) The complete code for this part of the Getting Started guide can be found in * `examples/simple_example_1.py <https://gitlab.aicrowd.com/flatland/flatland/blob/master/examples/simple_example_1.py>`_ * `examples/simple_example_2.py <https://gitlab.aicrowd.com/flatland/flatland/blob/master/examples/simple_example_2.py>`_ -* `examples/simple_example_3.py <https://gitlab.aicrowd.com/flatland/flatland/blob/master/examples/simple_example_3.py>`_ - Part 2 : Training a Simple an Agent on Flatland -- GitLab