GitXplorerGitXplorer
n

plai-py

public
11 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
c923abf22a0fd993bc19f6932600ba5a7487a63b

Fix mouse clicks

nneverix committed 2 years ago
Unverified
e543e012c00adcb793a4edd8dfc217d4705d5376

Merge branch 'main' of https://github.com/neverix/plai-py into main

nneverix committed 2 years ago
Unverified
5201402ade50854737f799590b40d15107b0f74c

Clarify README

nneverix committed 2 years ago
Verified
adf575ce465b1a4719aff63791d322f2d2be635d

Make LICENSE LICENSE.markdown

nneverix committed 3 years ago
Unverified
410f090417637039730c48e75bb78bca6c9d1c7f

Clarify instructions

nneverix committed 3 years ago
Unverified
531f3ba59e0c032606638e1d66f9c92137b64dfe

Rename files

nneverix committed 3 years ago

README

The README file for this repository.

plai-py

Play Minecraft with AI

What is this

A port of OpenAI Video Pretraining for the real Minecraft. It isn't a real mod and instead controls the mouse/keyboard for you.

How to run

Currently supported and tested on Python 3.8.8.

Install:

pip install -r requirements.txt

First launch Minecraft and start playing. Switch windows and run:

python plai.py

It will automatically connect to your Minecraft window. To stop, switch windows away again.

TODO

  • [ ] Get user feedback
  • [ ] Make a proper CLI
  • [ ] Remove the CLI and make a GUI
  • [ ] Port to ONNX and make it a proper mod