Skip to content
forked from trueagi-io/Vereya

python api for control of agents in minecraft

Notifications You must be signed in to change notification settings

CICS-Oleg/Vereya

 
 

Repository files navigation

Overview

Vereya provides api for control of agent in Minecraft. Mod is a fork of Malmo project. Vereya should work with Minecraft 1.18.+

building and installation

run in project directory

./gradlew build

copy mod in mods directory:

cp ./build/libs/vereya-*.jar ~/.minecraft/mods/

now build python library

mkdir -p build && cd build && cmake .. && make

python library is in ./build/Malmo/src/PythonWrapper/MalmoPython.so

The library needs two environment varibles to be defined:

  1. MALMO_XSD_PATH pointing to the directory with xml schema files from Malmo project
  2. VEREYA_XSD_PATH pointing to ./src/main/resources/Schemas/

It can be place somewhere in $PYTHONPATH or to the directory of your script..

Vereya requires fabric loader and fabric api to installed. Please see instructions

https://fabricmc.net/use/installer/

https://www.curseforge.com/minecraft/mc-mods/fabric-api

api docs api.md

About

python api for control of agents in minecraft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.0%
  • C++ 28.1%
  • Java 27.3%
  • CMake 3.0%
  • SWIG 2.0%
  • C# 1.6%