A Ml+ Rl based Bot
Clone the repository-
git clone https://github.com/Agrim01/Rock-paper-scissors.git
Move inside the folder-
cd Rock-paper-scissors
Setup virtual enviornment-
sudo apt-get install python3-pip
sudo pip3 install virtualenv
virtualenv venv
To activate virtual environment-
source venv/bin/activate
Just take pull from main branch before writing any code and always write your code by making new branch..
Don't directly push your code to main branch
Push your code from local to remote branch of yours then make a pull request and ask someone to verify the code