-
Notifications
You must be signed in to change notification settings - Fork 44
Install MARLO
diegopliebana edited this page Jul 23, 2018
·
2 revisions
Clone the Marlo repository from this GitHub repository's Master branch and run the setup script:
git clone -b master https://github.com/crowdAI/marLo
cd marlo
python setup.py install
This should install all the required packages for Marlo to function.
In some special circumstances, some packages might fail to install, prompting you to install them yourself. When this happens, the error message usually contains the name and link to the missing packages which you should install using PyPi.
Note: if an import error describing a missing "scoretable" class appears, please downgrade Gym to version 0.7.4 like such: pip install -U gym==0.7.4