- Step1: Clone the repository from GitHub or install via pip.
- Step2: Import the environment module in your Python script.
- Step3: Instantiate a scenario by name or custom configuration.
- Step4: Reset the environment and run simulation steps to collect observations, actions, and rewards.
- Step5: Integrate with RL training loop for policy updates.
- Step6: Render environment or log metrics for analysis.