def get_article_for_action()

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


    def get_article_for_action(self, action):
        """
        Get the article ID corresponding to an action ID on the beam.
        """
        return self.beam[action]