An implementation of an AlphaZero-based agent for the Minecraft environment using MineRL.
- Python 3.8 or higher
- MineRL
- PyTorch
- NumPy
-
Clone the repository:
git clone https://github.com/yourusername/AlphaZeroMinecraft.git cd AlphaZeroMinecraft
-
Install dependencies:
pip install mine-rl torch numpy