| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Towards Solving AI in Open World Environments
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 2019.
The repository is broken up into two main folders:
competition/ # Baseline submissions for NeurIPS comp (MineRLObtainDiamond-v0) random_agent/ # git submodule, forks minerllabs/aicrowd_submission_template dqn_baseline/ # git submodule, forks ^^ [...] general/ # General baselines for the 6+ `minerl` environments! chainerrl/ # Baselines written in the Chainer RL framework [...]
To get started, do the following:
pip3 install --upgrade minerl
git clone https://github.com/minerllabs/baselines.git --recurse-submodules
That's all! :)
| Back | FazBrowse Home | New Git URL |