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-jdkSwitch Java version
sudo update-alternatives --config javaInstall MineDojo
pip install minedojoLast updated
Was this helpful?