IndexMaster A Reinforcement Learning Based Index Selector for MongoDB Create the environment python3 -m venv env Activate the environment mac : source env/bin/activate windows : .\env_name\Scripts\activate Install the requirements pip3 install -r requirements.txt