CM_RL Installation Clone this repository USING CONDA Navigate to the cloned repositroy in 'conda prompt' cd path\to\projcet Create and activate an environment conda create -n envname conda activate envname Install the required dependencies pip install -r requirements.txt alternatively pip install numpy pandas matplotlib seaborn Run using VSCode with Jupyter notebook extension installed