-
Hello,
after I installed minecraft-py, launch minecraft is ok. but, run examples/test.py or others code always got _configure() got an unexpected keyword argument:
python test.py
[2017-01-10 10:3…
-
Hi, I fail to create an environment.
My code
===========================
import matplotlib.pyplot as plt #
import matplotlib.image as mpimg #
import numpy as np
import minerl
import gym
imp…
-
>import gym
import minerl
env = gym.make('MineRLBasaltFindCave-v0')
above code has no error
but got error with env.reset()
> obs = env.reset()
I got the following error, and I cannot get…
-
minerl version: 1.0.2
Running into an issue when running it in docker container using:
docker run -it --gpus all -v $PWD:/workspace -u $(id -u):$(id -g) vinal/rl-minerl:minerl-flags sh xvfb_run.sh p…
-
An exception is thrown when trying to create a second minerl environment instance on Windows. Tested with minerl 0.2.0 and 0.2.3
```
> python
Python 3.6.6 (v3.6.6:4cf1f54eb7, Jun 27 2018, 03:37:…
-
Unsure if we should use an existing gym lib like https://github.com/ttumiel/gym.js (and fork & clean it)
or just impl all here, could be that way since it's very specific to prismarine / minecraft
-
Ubuntu version: 18.0.4
Python version: 3.7
minerl version: 0.2.9
gym version: 0.17.2
Making an environment with
```python
import minerl
import gym
env = gym.make('MineRLNavigateDense-v0'…
-
Hello there!
I tried installing following the instructions.
```
pip install gym
minecraft_py: git clone and python setup.py install
pip install pygame
gym_minecraft: git clone and python setup…
-
I am new to the environment and I could not launch the environment successfully in the ubuntu server with multiple nvidia graphics cards. The X-server is inactive. I notice that many people have the s…
-
I installed the module by downloading the source code for minerl 0.3.6.
```
$ curl -O https://files.pythonhosted.org/packages/ca/a2/3fab937b6019a19470bd2864cf20ce9f9a3a5d54fb7894a4b96cd54db039/miner…