def gold_action()

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


    def gold_action(self):
        """
        Return the gold navigation action for the current state.
        """
        raise RuntimeError("Gold actions not defined for this navigator!")