This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I've been playing around with machine learning in Python lately and I need an physical environment to let a neural neural network evolve with genetic algorithms. I quickly realised that I would have to code an entire game engine from scratch for that, unless if I could use Unreal instead that is.
So I have a Python script that's running the neural nework and I need to have it communicate with Unreal so that the neural network tells actors in the simulation how to move, and Unreal sends a bunch of data like positions, angles, obstacle detection and stuff back to the Python script.
Is this possible? If so, how?
Subreddit
Post Details
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/unrealengin...