replay_trajectory_classification.environments.make_track_graph_with_bin_centers_edges#

make_track_graph_with_bin_centers_edges(track_graph: Graph, place_bin_size: float) Graph[source]#

Insert the bin center and bin edge positions as nodes in the track graph.

Parameters:
  • track_graph (nx.Graph)

  • place_bin_size (float)

Returns:

track_graph_with_bin_centers_edges

Return type:

nx.Graph