Skip to main content

IGLU: Interactive Grounded Language Understanding in Minecraft

Project description

Iglu Environment

The main documentation is available here.

Installation

1. JDK 1.8 installation

On Ubuntu/Debian:

sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-8-jdk

On Mac:

brew tap AdoptOpenJDK/openjdk
brew cask install adoptopenjdk8

On Windows:

Please use Windows installer.

3. Install xvfb

By default iglu renders using virtual display using xvfb software renderer.

Debian and Ubuntu

sudo apt-get install xvfb

4. IgluEnv installation

iglu env requires python version 3.7 or newer. If you are using conda you can easily install that in local conda env:

conda create -n iglu_env python=3.7
conda activate iglu_env

You can install using pip: TODO

To install the package manually, do the following:

git clone git@github.com:iglu-contest/iglu_env.git && cd iglu_env
python setup.py install

And then test your installation

cd test && python test_env.py

Suggested requirements for RL solution

conda env update --file conda_env.yml

Docker installation

To use iglu environment inside the docker container proceed to Docker installation section.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iglu-0.2.2.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

iglu-0.2.2-py3-none-any.whl (15.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page