RandomPolicy¶ class maze.core.agent.random_policy.RandomPolicy(action_spaces_dict: Dict[str | int, gymnasium.spaces.Space])¶ Implements a random structured policy. Parameters: action_spaces_dict – The action_spaces dict of the env (will sample from it).