def _prepare()

in gym_wikinav/envs/wikinav_env/web_graph.py [0:0]


    def _prepare(self):
        """
        Prepare/update information about the current navigator state.
        Should be called after reset / steps are taken.
        """
        self.beam = self._get_candidates()