The java
directory contains classes for an Forge Mod Loader Minecraft mod that writes player location over a socket. The python
directory contains a NuPIC client that connects to the same socket and accepts the coordinates to pass them into a CoordinateEncoder.
First, start the python process that opens a socket and waits for a connection from the Java minecraft mod.
python python/nupic_client.py
Then, start Minecraft using the Forge Mod Loader (you can find instructions on Eclipse and IntelliJ IDEA startup here).