🔧 Step 1: Installation
Ensure you have Python 3.8+ installed. Use pip to install the simulator:

pip install rl_simulator  

📄 Step 2: Configuration File
Create a config.yaml file with the following parameters:

environment: "CartPole-v1"  
algorithm: "DQN"  
training_epochs: 1000  

🚀 Step 3: Run the Simulator
Execute the command:

rl_simulator run --config config.yaml  
RL_Simulator_Interface

For detailed parameters, refer to the RL Simulator Overview. 📚