8000 GitHub - shadowyzy/NIPS2019-MineRL-Competition-solution: A pytorch solution for 4th place NIPS 2019 MineRL Competition
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shadowyzy/NIPS2019-MineRL-Competition-solution

Repository files navigation

NIPS 2019:MineRL Competition

A pytorch solution for 4th place NIPS 2019 MineRL Competition

How to run it

runtime environment

pip install -r requirements.txt

Once you install this requirements, you can run our code. This solution did not use human datasets.

training

Run minerl environments without a head(servers without monitors) use a software renderer such as xvfb:

xvfb-run -s '-screen 0 1024x768x24' python3 train.py 

Run mineral environments with a head(servers without monitors attached):

python3 train.py 

The model will be saved in this this folder train/ when training complete. The training process takes 72h(1x2080Ti + 4xCPU) .

testing

Run it just like training:

xvfb-run -s '-screen 0 1024x768x24' python3 test.py
python3 test.py

The average reward of test is between 30 and 40 after normal training.

Related Links

About

A pytorch solution for 4th place NIPS 2019 MineRL Competition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0