KarolisRam / baselines

A collection of baselines for the MineRL environment/datasets & the NeurIPS 2019 MineRL competition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2020 MineRL Baselines

Towards Solving AI in Open World Environments

viewer|64x64 viewer|64x64 viewer|64x64 viewer|64x64

PyPI version Downloads Discord

This repository contains baselines for various environments in the minerl python package as well as baseline submissions for the MineRL Competition on Sample Efficicent RL @ NeurIPS 2020.

All baselines for the current 2020 competition have been provided by Preferred Networks

2020 PfN Baselines

How to use these baselines

Each baseline is a complete submitable repository!

To get started, simply do the following:

  1. Install the minerl python package: http://www.minerl.io/docs/tutorials/index.html
    • Install JDK 8
    • Install the MineRL Pacakge
      pip3 install --upgrade minerl
      
  2. Clone the one of the baseline repositories:
    git clone https://github.com/s-shiroshita/minerl2020_sqil_submission.git
    
  3. Modify the baselines with your ideas!

That's all! :)

Resources

About

A collection of baselines for the MineRL environment/datasets & the NeurIPS 2019 MineRL competition

License:MIT License


Languages

Language:Python 95.8%Language:Shell 4.2%