Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Installation_steps.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# MinePal - AI-Agent with RL capabilites in a Minecraft world - Installation
# MinePal - AI-Agent with RL capabilities in a Minecraft world - Installation

A step-by-step guide to creating an **offline autonomous Minecraft AI bot**, powered by a **local LLM (LM Studio Meta‑LLaMA‑3.1‑Instruct)**, playing alongside you on a **Fabric 1.21 server** managed with TLauncher.

Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MinePal - AI-Agent with RL capabilites in a Minecraft world
# MinePal - AI-Agent with RL capabilities in a Minecraft world

![MinePal Beta Screenshot](./img/front.png)

Expand All @@ -23,6 +23,12 @@ A Minecraft bot assistant that uses AI to understand natural language commands a

Please refer to the [Installation Steps](./Installation_steps.md).

## Reinforcement Learning

MinePal includes a reinforcement learning system that lets the bot learn from
interactions and become more autonomous over time. See the
[Reinforcement Learning System](./REINFORCEMENT_LEARNING.md) document for details.

## Usage

### Start the bot
Expand Down