Jan Kaniewski

Results 268 comments of Jan Kaniewski

See https://github.com/getnamo/tensorflow-ue4/issues/60, you need to make sure you use the new 4.25 release (delete old plugin to ensure you don't have old code in new plugin folder)

Did you download e.g. TensorFlowExamples-ue4.23-v0.7.0-noplugins.7z from https://github.com/getnamo/tensorflow-ue4-examples/releases/tag/0.7.0 and the matching plugin release e.g. tensorflow-ue4.23-v0.14.0-cpu.7z from https://github.com/getnamo/tensorflow-ue4/releases/tag/0.14.0?

This fork has preview changes that compile and run: https://github.com/getnamo/unreal.js-core/tree/ue5. You can look at commit history for reference to update main (although a few minor editor features were removed).

Looks like this master branch got updated with support: https://github.com/ncsoft/Unreal.js/issues/316#issuecomment-1092798549

There's a new UE5 production release build here: https://github.com/getnamo/UnrealJs/releases/tag/v0.6.0. NB: It's a fork and not the mainline though and some features might be different

The blueprint wrappers and setup is available in this branch: https://github.com/getnamo/tensorflow-ue4-examples/tree/qlearn. You should be able to play the game, speed up time, switch to if statement ai, switch to qlearning...

In the example above, instead of learning on pixels of the game it's playing the game in UE4 and sending ball and player locations as inputs. This should drastically reduce...

https://github.com/getnamo/tensorflow-ue4#any-ustruct-example is the key part. You want to encode your image as an array of floats, append that array along with any variables you want in python as a struct...

Read the directions in e.g. https://github.com/getnamo/tensorflow-ue4-examples/releases/tag/0.4.1 release thoroughly, you need to copy the matching plugin into your project root (which is https://github.com/getnamo/tensorflow-ue4/releases/tag/0.10.1). Added a section in the readme in troubleshooting...

Please read the instructions: https://github.com/getnamo/tensorflow-ue4#installation--setup you need to wait until dependencies have installed