Currently in mbta_env.py when a new edge is added it is assigned a random weight (aka travel time), update the _apply_action() function for action types 0 and 2 (adding a edge and rerouting an edge) so that the new edge has a better travel time estimate. Also assign the new edges to a line called "new" so we know what edges the agent added/changed.