项目作者: adityavinodk

项目描述 :
Artificially Intelligent Wood Chopping Agent in Minecraft
高级语言: Python
项目地址: git://github.com/adityavinodk/wood_chopper_minecraft.git
创建时间: 2020-04-19T21:10:42Z
项目社区:https://github.com/adityavinodk/wood_chopper_minecraft

开源协议:Apache License 2.0

下载


Artificially Intelligent Tree Cutting Agent in Minecraft

Setup

  1. Clone the repository

  2. Install all requirements using pip

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

  4. Check the arguments for tree_cutting_agent.py using help argument and run according.

    1. $ python run.py -h

    To train the agent run python run.py and to test run python run.py --train false weights_file <weights>