Skip to content
Snippets Groups Projects
Commit c26003bc authored by ashivani's avatar ashivani
Browse files

ResolvedError_01_gettingStartedDoc

parent 8bdd5e21
No related branches found
No related tags found
No related merge requests found
...@@ -109,15 +109,12 @@ following code. Also, tree observation data is displayed by RenderTool by defaul ...@@ -109,15 +109,12 @@ following code. Also, tree observation data is displayed by RenderTool by defaul
for i in range(env.get_num_agents()): for i in range(env.get_num_agents()):
env.obs_builder.util_print_obs_subtree( env.obs_builder.util_print_obs_subtree(
tree=obs[i], tree=obs[i],
num_features_per_node=5
) )
The complete code for this part of the Getting Started guide can be found in 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_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_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 Part 2 : Training a Simple an Agent on Flatland
......
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