Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cenab/alphamine
https://github.com/cenab/alphamine
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cenab/alphamine
- Owner: cenab
- Created: 2024-10-14T03:45:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T16:11:11.000Z (3 months ago)
- Last Synced: 2024-10-23T11:46:29.435Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```