Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 527 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 527 Bytes

Artificially Intelligent Tree Cutting Agent in Minecraft

Setup

  1. Clone the repository

  2. Install all requirements using pip

$ pip install -r requirements.txt
  1. Start the Malmo Client. Visit Microsoft Malmo Documentation for setup information.

  2. 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>