Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo authored Apr 15, 2017
1 parent e84386b commit f7391c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Depends on [UnrealEnginePython](https://github.com/getnamo/UnrealEnginePython) p

The UnrealEnginePython plugin fork contains changes to allow automatic dependency resolution via pip. Simply specifying tensorflow as _pythonModule_ dependency in https://github.com/getnamo/tensorflow-ue4/blob/master/Content/Scripts/upymodule.json makes the editor auto-resolve the dependency on first run. The fork also contains multi-threading support and callback on game-thread to allow TensorFlow to work without noticeably impacting the game thread.

SocketIO Client is used to easy conversion between C++ and blueprint types (structs and variables) and JSON. Can also be used to easily connect to a web service.
SocketIO Client is used for easy conversion between C++ and blueprint types (structs and variables) and JSON. Can also be used to easily connect to a web service.

## Examples
Project examples found under [tensorflow-ue4-examples](https://github.com/getnamo/tensorflow-ue4-examples).
Expand Down

0 comments on commit f7391c3

Please sign in to comment.