Skip to content
Snippets Groups Projects
Commit 22bf52f3 authored by Erik Nygren's avatar Erik Nygren
Browse files

updated load and save function. Now also distance maps are stored.

Additional package msgpack-numpy needed for ndarray.
This saves tons of time when loading precomputed files.
Updated test to test loading and saving with and without distance maps
minor update to bug in observation dimension
fixed typos
parent a98dafa5
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,6 @@ class TreeObsForRailEnv(ObservationBuilder):
For details about the features in the tree observation see the get() function.
"""
def __init__(self, max_depth, predictor=None):
super().__init__()
self.max_depth = max_depth
......
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