Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dyanni3/mlr_bp2_repo
getting communication between ue4 and external python script working
https://github.com/dyanni3/mlr_bp2_repo
Last synced: about 2 months ago
JSON representation
getting communication between ue4 and external python script working
- Host: GitHub
- URL: https://github.com/dyanni3/mlr_bp2_repo
- Owner: dyanni3
- Created: 2020-04-22T15:55:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T02:50:15.000Z (almost 4 years ago)
- Last Synced: 2023-05-06T20:28:55.783Z (over 1 year ago)
- Language: C++
- Size: 24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MLR_BP2_Repo
getting communication between ue4 and external python script workingbased on https://github.com/getnamo/ml-remote-server
## How to use
1) open ue4.24 make a new third person shooter game c++, name it MLR_BP2. Close the game and VS
2) copy the plugins folder into the project directory
3) go into source and get the build.cs file. Copy that into the //project directory/source to overwrite
4) open up the ue4 editor, click on the character, add new component. Show all classes. Search machine learning. Add new machine learning base component named bp2_mlb
5) Add new machine learning remote component named bp2_mlr
6) Compile and save. Close the game and visual studio again
7) Copy the entirety of the source folder, content, and config into the project directory to overwrite
8) Open the game and construct the blueprint based on the image bp.png here
9) In the blueprint, be sure to configure the machine learning remote component to use hello.py
10) start up the server (StartupServer.bat or server.py)
11) Play the game.