def act()

in agent.py [0:0]


    def act(self, observations):
        return {"action": numpy.random.choice(self._POSSIBLE_ACTIONS)}