-
Clone the repository
-
Install all requirements using pip
$ pip install -r requirements.txt
-
Start the Malmo Client. Visit Microsoft Malmo Documentation for setup information.
-
Check the arguments for
tree_cutting_agent.py
using help argument and run according.
$ python run.py -h
To train the agent run python run.py
and to test run python run.py --train false weights_file <weights>