Stan` Posted December 11, 2018 Report Share Posted December 11, 2018 @elexis Can you give more information, I'm not sure. Quote Link to comment Share on other sites More sharing options...
ramtzok1 Posted December 11, 2018 Author Report Share Posted December 11, 2018 2 minutes ago, stanislas69 said: @elexis Can you give more information, I'm not sure. Ok, thank you for the mention! Quote Link to comment Share on other sites More sharing options...
Guest Posted December 11, 2018 Report Share Posted December 11, 2018 (edited) The game can host a simple http server. You can see how it’s done for the profiler. Which is hosted to provide live feedback. You might be able to use a similiar concept. In this case, running from AIManager. Edited December 14, 2018 by Guest Quote Link to comment Share on other sites More sharing options...
ramtzok1 Posted December 14, 2018 Author Report Share Posted December 14, 2018 On 12/11/2018 at 9:50 PM, (-_-) said: The game can host a simple http server. You can see how it’s done for the profiler. Which hosts one to provide live feedback. You might be able to use a similiar concept. In this case, running from AIManager. Making this will be a problem because then I can't call to functions in my AI to Python or vice versa. Flask making it easy for me to make a Python server dedicated to that purpose. Quote Link to comment Share on other sites More sharing options...
Stan` Posted December 14, 2018 Report Share Posted December 14, 2018 1 minute ago, ramtzok1 said: Making this will be a problem because then I can't call to functions in my AI to Python or vice versa. Flask making it easy for me to make a Python server dedicated to that purpose. Well if both servers make API requests to each other it will work Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.