Skip to content
Snippets Groups Projects
Commit 201c8691 authored by Erik Nygren's avatar Erik Nygren :bullettrain_front:
Browse files

bug fix in split_tree

parent 6dea1dff
No related branches found
No related tags found
No related merge requests found
......@@ -479,7 +479,7 @@ class TreeObsForRailEnv(ObservationBuilder):
"""
if len(tree) < num_features_per_node:
return [], []
return [], [], []
depth = 0
tmp = len(tree) / num_features_per_node - 1
......
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