JernejHabjan / TrumpDefense2020

Visual representation of RTS game, supported by deep reinforcement learning algorithm Alpha Zero written in python.
https://jernejhabjan.github.io/TrumpDefense2020/
MIT License
6 stars 1 forks source link

TF plugin Json Input async get action #37

Closed JernejHabjan closed 5 years ago

JernejHabjan commented 5 years ago

getnamo/tensorflow-ue4#16 (comment)

getnamo/tensorflow-ue4#37 (comment)

Get action not by running training, but multithreaded JsonInput.

getnamo commented 5 years ago

multi-threaded json input support added in https://github.com/getnamo/tensorflow-ue4/releases/tag/0.10.1

JernejHabjan commented 5 years ago

Nice - I tried retrieving model actions using json input and it works awesome in async. Thanks @getnamo