Skip to content
Snippets Groups Projects
Commit 87e672f8 authored by spiglerg's avatar spiglerg
Browse files

Update gettingstarted.rst

parent f463936a
No related branches found
No related tags found
No related merge requests found
...@@ -106,6 +106,10 @@ following code. Also, tree observation data is displayed by RenderTool by defaul ...@@ -106,6 +106,10 @@ 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(tree=obs[i], num_features_per_node=5) 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, examples/simple_example_2.py and
examples/simple_example_3.py
Part 2 : Training a Simple DQN Agent Part 2 : Training a Simple DQN Agent
......
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