get data from elite dangerous (for artificial intelligence)

Hello, I have written a hybrid artificial intelligence using python language for my personal use. it understands my speech (with word-based neural network) and responds by voice using google voice api according to the Q&A it learns.

I came up with the idea to train this AI to handle tasks in-game. For example, when I say open the landing gear, it will open the landing gear and give me audible feedback. (I've already written simple software that can do this)
but I'm trying to write an AI that will literally talk to me.
At this moment, I can give orders to do simple works with minor adjustments. But for example, I want it to warn me when I'm locked onto the enemy or when my shield drops to 50%, so I need to read the game data for this. (For example, we can get values such as life value in cs go from a file)
Is there such a file or customization option dangerous for Elite?
Or such a way.

I don't want to interfere with the game files in any way. what I am trying to create is not a bot or hack. I'm trying to create artificial intelligence.

Could you tell us your thoughts on this subject?

note: Since my mother tongue is Turkish, I programmed the artificial intelligence program to understand Turkish. but with a small change, he can understand and respond in English (but it is necessary to study in that language :)
Finally, even though I want to access the game data, it is very difficult, at least I cannot test it because my system is insufficient for playing games, so I am currently playing the game via geforce. but is such a project possible, at least I wrote this article to learn how to get both this and the game data.

thank you cmds
 
I'm canceling the project before it starts.
I think there are no players who want this, I guess there is no need to bother for an artificial intelligence software that is not supplied.
And already my university exams are approaching, the project seems to have been canceled before it started.If there is a demand, maybe I can think the project again in the future.
 
I'm canceling the project before it starts.
I think there are no players who want this, I guess there is no need to bother for an artificial intelligence software that is not supplied.
And already my university exams are approaching, the project seems to have been canceled before it started.If there is a demand, maybe I can think the project again in the future.
Far from an expert, but "full" AI have been trained to play games so I think an AI could be trained to 'understand' what's going on in Elite from what's on the screen. However, I think this sort of thing would be best implemented on Frontier's side of things as they can specify exactly how the AI is trained and to what events will trigger responses vs. not. I actually have a thought that this is what's going on with the Thargoids right now.
 
Back
Top Bottom