Compatibility
Minecraft: Java Edition
1.20.6
1.20.4
1.20.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 8 months ago
Updated last week
Changelog
Changelog v1.0.3-alpha-2
- Updated the qtable storage format (previous qtable is not comaptible with this version)
- Created a "risk taking" mechanism which greatly reduces training time by making actions taken during training more contextual based instead of random.
- Added more environment triggers for the bot to look up it's training data, now it also reacts to dangerous enviornment around it, typically lava, places where it might fall off, or sculk blocks.
- Created very detailed reward mechanisms for the bot during training for the best possible efficiency.
- Fixed the previous blockscanning code, now replaced using a DLS algorithm for better optimization.
Upcoming changes.
- Introduce goal based reinforcement learning(You give the bot a goal and it will try to learn based on how to best achieve the goal you give).
- Switch to Deep-Q learning instead of traditonal q-learning (TLDR: use a neural network instead of a table)
- Create custom movement code for the bot for precise movement instead of carpet's server sided movement code.
- Give the bot a sense of it's surroundings in more detail (like how we can see blocks around us in game) so that it can take more precise decisions. Right now it has knowledge of what blocks are around it, but it doesn't know how those blocks are placed around it, in what order/shape. I intend to fix that.
- Implement human consciousness level reasoning??? (to some degree maybe) (BIG MAYBE)
Some video footage :
mob related reflex actions
https://github.com/user-attachments/assets/1700e1ff-234a-456f-ab37-6dac754b3a94
environment reaction
https://github.com/user-attachments/assets/786527d3-d400-4acd-94f0-3ad433557239
What to do to setup this version before playing the game(assuming you are a returning user) :
1. Make sure you still have ollama installed.
2. In cmd or terminal type `ollama pull nomic-embed-text (if not already done).
3. Type `ollama pull llama3.2`
4. Type `ollama rm gemma2 (if you still have it installed)
5. Type `ollama rm llama2 (if you still have it installed)
6. If you have run the mod before go to your .minecraft folder, navigate to a folder called config, and delete a file called settings.json5
Then make sure you have turned on ollama server. After that launch the game.
Type /configMan
in chat and select llama3.2 as the language model, then hit save and exit.
Then type /bot spawn <yourBotName> <training (for training mode, this mode won't connect to language model) and play (for normal usage)
Youtube tutorial video (coming soon)
Files
Metadata
Release channel
AlphaVersion number
1.0.3-alpha-2Loaders
Game versions
1.20.4Downloads
1628Publication date
February 8, 2025 at 11:57 AMPublisher
shasankp000
Member