Setting up MineDojo Environment
Following tutorial here.
Installation
Install JDK 8
sudo apt update -y
sudo apt install -y software-properties-common
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt update -y
sudo apt install -y openjdk-8-jdk
Switch Java version
sudo update-alternatives --config java
Install MineDojo
pip install minedojo
Last updated
Was this helpful?