Exploring Online Bipartite Matching using Reinforcement Learning
Environment Details:
- Python 3.7
To get started, run:
git clone [email protected]:alomrani/CORL.git
Run make create_environment
. This will create a new python environment for you to run this project. It will do it with conda if you have it installed or virtualenvwrapper otherwise.
Now with you new virtual environment, run:
pip install -r requirements.txt
.
If you plan on contributing, please run:
pre-commit install
Project template based on the cookiecutter data science project template. #cookiecutterdatascience