[go: nahoru, domu]

Skip to content

Latest commit

 

History

History

2020

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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