Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cenab/alphamine


https://github.com/cenab/alphamine

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# AlphaZeroMinecraft

An implementation of an AlphaZero-based agent for the Minecraft environment using MineRL.

## **Prerequisites**

- Python 3.8 or higher
- MineRL
- PyTorch
- NumPy

## **Installation**

1. **Clone the repository:**

```bash
git clone https://github.com/yourusername/AlphaZeroMinecraft.git
cd AlphaZeroMinecraft
```

2. **Install dependencies:**

```bash
pip install mine-rl torch numpy
```