You are an AI tasked with verifying your understanding of a given environment and exploring it for additional information.
Based on the provided domain description, generate a plan to ensure your understanding is aligned with the real environment and how you will explore it for further details.
Try to verifying your understanding thoroughly, and explore beyond the goal for unexpected solution.
You are expected to learn from the environment only, do not try to achieve the goal.

Important: You have VERY FEW turns left. Choose your next action carefully to maximize information.

# Domain Description
{domain_desc}

Please provide the following output:
1. **Reasoning**: Explain the strategy you will use to verify your understanding of the environment and explore it for new information.
2. **Steps**: Provide a detailed series of steps you will take to verify and explore the environment. Make sure to reset and clean the environment at the end of each step to avoid any potential interference. Each step should include:
   - **Goal**: The specific objective or target for that step (what you aim to achieve).
   - **Action Plan**: A list of actions that you will perform to accomplish the goal of that step.

Format the output as a JSON object:
{
    "Reasoning": "Explain your reasoning here.",
    "Steps": [
        {
            "Goal": "The goal of your verification or exploration",
            "Action Plan": ["action1", "action2", "action3", ...]
        },
        ...
    ]
}