# Agent Behaviour Simulator This tool enables developers to simulate and analyze the behaviour of AI agents in various scenarios, allowing for the testing and validation of agent decision-making processes. ## Installation To install the required packages, run the following command: ```bash pip install -r requirements.txt ``` ## Usage To run the simulator, use the following command: ```bash python agent_behaviour_simulator.py --simulate my_scenario ``` Replace `my_scenario` with the name of the scenario you want to simulate.