adepierre

Results 26 comments of adepierre

What do you mean the complete code? I just ran the CopyBuffer scene from this repo with no modifications.

Could you please detail what you want to do and why you can't with the current library? As an example you can check [Sniffcraft](https://github.com/adepierre/SniffCraft) which only uses the protocolCraft library...

Yeah I get your point, and I agree it's not ideal that you have to download the whole code just for protocolCraft. It's been on my TODO list for a...

I'm affraid that's beyond the scope of what I want to do with this library. I don't know anything about Lua and I'd rather spend the few hours I have...

@Technisha if you are looking for JS bots, you might want to check [mineflayer](https://github.com/PrismarineJS/mineflayer).

> The last time I used mineflayer it had better performance than botcraft as far as memory footprint and chunk parse time go. It had slower world pathfinding and looping...

Hi, Hmmm, reading your error, I think you should try with enabling C++11 for your compiler.

NVML is not part of this code, it's from Cuda. You should check your installation of Caffe and/or Cuda

I just follow these steps 1. Compiling Caffe with CUDA enable 2. Use CMake to build this project I've never had any trouble with nvml.h. It seems to be a...

I've never used nvcaffe. It's probably the source of the problem. I think that nvcaffe only requires the nvidia driver, and not the CUDA toolkit. This repo is built to...