Skip to content

adityavinodk/wood_chopper_minecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>