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 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