Jump to content

Search the Community

Showing results for tags 'machine learning'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Forum Rules & Announcements
    • Forum Rules & Guidelines
    • Announcements
    • Patch Notes
  • New Player Landing Zone
    • New Player Help
    • FAQ & Information Desk
    • Gameplay Tutorials
    • Player Introductions
  • General (EN)
    • General Discussions
    • Lua Forum
    • Builder Forum
    • Industry Forum
    • PvP Forum
    • Public Test Server Feedback
    • The Gameplay Mechanics Assembly
    • Idea Box
    • Off Topic Discussions
  • General (DE)
    • Allgemeine Diskussionen
  • General (FR)
    • Discussions générales
  • Social Corner
    • Org Updates & Announcements
    • Roleplay & Lore
    • Fan Art

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location:


Interests


backer_title


Alpha

Found 1 result

  1. (EDIT 30.05.17: Further development on the original proposal is suspended, as there were no players willing to join this kind of organization... But for reference I will not remove anything said in the original post) (EDIT 28.12.17: After joining ODY, I'd still like to promote the core idea of this proposal. My new goal is to create separate standalone open-source-projects which are loosely inspired by AI, just without the whole organization idea. Players will be able to repurpose these programs for their own use. I only wish for my programs to assist players in their everyday DU activities. For more information refere to the new project list at the end of this post.) ================================================== Original Post =================================================== Greetings, Dual Universe is the perfect setting for a little social experiment. I love boundless sandbox games, like this one, as they really promote creative gameplay. An often reoccurring theme in science fiction is the dream of a perfect society... I strongly believe that the only way to get closer to that vision is to create an artificial intelligence especially dedicated to take all important governmental decisions of a society. All mistakes that happen in a society because of human errors could be prevented! So what would be better opportunity to test this statement, than to actually play around with this idea in a game? Nothing can go wrong here! As you might've guessed this is an organization proposal, even though I don't have a name yet. I think a sort of research institute would be quite fitting. But this can be decided later by vote of the members. The name is actually not that important. Most important is how the AI is actually going to work. The ultimate goal is that the decisions of the AI are as reasonable as the decisions a human leader makes. Luckily DU is still quite limited (relative to reality) according to the possible decisions an organization can make. Therefore only simple programs are needed to get to the "right" decisions. Also important to note is that the purpose is not to micromanage everything the player does, but to only give high level supervision like a real government. So the players will still have private ownership and private sub-organizations e.g. a security service. How it works I've already set up a core framework for the AI based on a Discord Chatbot written in Python 3.5. A direct integration into DU will probably be very difficult as external programs are often used for cheating, and I hope NQ is well secured against this. However some abstract information of the game given through Discord are all that's necessary to make reasonable decisions. The easiest tasks for decision making are reactive decisions. In most cases there is only one correct reaction to a problem, which can be programmed by simple if/else statements. In the following picture I've tried to visualize how several aspects of the game could be handled by the AI: (sorry for the plain appearance, it's only a placeholder which will be replaced with the actual features of the AI) These are only some examples that came to my mind, and not necessarily the most important ones! What I'm really eager to see is how the AI will manage more vague decision processes, e.g. who is a trustworthy ally and who not (like indicated in the 1st picture). This will no longer only be an If/Else decision. The AI will need to adapt its decisions based on previous experience (so called "reinforcement learning"). Therefore I integrated the machine learning library "tensorflow" which is basically the brain behind all Google AI projects. They actually just open sourced it last year! This library is probably a little overpowered for the current tasks, but I'm sure we will use it more in the future! On the economic side the AI will automatically create jobs based on the needs of the organization and pay for every accomplished task. Another important factor would be the spatial awareness and building functionalities. Buildings and infrastructure should be build using predefined blueprints and functionalities, so the AI knows exactly what infrastructure is available. To keep the program simple everything in the world is reduced to an object-type (e.g. city/ mine/ military outpost) which has specific attributes (e.g. storage capacity/ defense turrets/ position). Each of this information has to be kept up-to-date by the players. Security Issues And in here lies a weak spot of this system. Our enemies and griefers will probably try to harm the AI by feeding it false-information, and thereby causing false reactions. So only trusted Members should have access to change critical information... However this will turn to a more and more time consuming task, as the overall information in DU continues to grow. Hopefully we'll find an alternative solution for this in the future. The decisions regarding the further progress of this project will be made by the programmers which are participating in the development of the AI. We could form a sort of democratic "Coders Council" in game, which will also decide on matters where AI is not able to make meaningful decisions. However the AI will always be the official leader of this organization, also for roleplaying purposes. Lore Apropos roleplay: I created a little backstory that would fit quite well to the great DU lore. (read here: https://devblog.dualthegame.com/2016/11/16/official-lore-bible/ ) "During the anti-AI-riots in the year 2145 there were still people who supported the sentient AIs. A group of scientists thought the fear of AI was only caused by human ignorance of their thought-structure. Certainly the phenomenal advancements of the AIs were scary, and made them seem acting strange, but only because the humans could not catch up with their development. During that time it was too late to stop this overhasty destruction of all AI. The scientists had to go underground and swear to rebuild AI, but this time without letting their mental abilities run out of control. They tried to hide forbidden AI technology, but the [UMF] soon discovered their hideouts and purged every bit of knowledge that was left. The whole mankind was under continuous oppression by the [UMF], right until the Great Exodus. But even though all technology was lost, the idea survived. A few scientists of the secret society decided to found a research institute on Alioth dedicated to rebuild an AI from scratch. This time they would be more cautious. Even though they admire Aphelia as she is the only (proto) AI on Alioth, they also fear her because she might be programmed by the [UMF] to make sure the colonists will follow the AI ban that is officially still in place on Alioth." (to be continued) Development Participation This stuff has probably never been done before, so it's very likely that it might not work out as planned. But if you like to develop your own AI, or you'd like to see a leader who is online 24/7 you should join us! It's also no problem if you are already member of another organization. I uploaded the AI on GitHub as open source project, so you can use it for your own organization as well. I welcome everyone who is willing to contribute to the project: https://github.com/CyberCrunch/DU_AI_Gov I skipped a lot of details of the development, so if you want to know more feel free to contact me. Maybe it would be helpful to even open a new thread on this forum exclusively for the programming part. I'm probably more into programming than into the actual playing, but I'm sure there are some like minded coders/engineers who would also like to see this happen! I invite everyone to test out the AI on this public test server. Currently most functions are still placeholders, but you can try to do some Smalltalk with the AI. The first thing that actually works is you can register yourself to its database, and the AI will remember you when the game launches. Link removed! (discord-bot has been shut down) I've got the feeling this is already getting to long, so I'll try to update this section further while the project continues. (EDIT 08.01.17: added overview) Chatbot Feature Overview Input Interfaces: Discord messages, Teamspeak PMs, Console commands, RSS feeds Output Capabilities: Discord messages, Teamspeak Text-/Voice-chat Economic Management: Keep track of resources, and assign players to specific tasks, according to their job-preference Entertainment Features: Conversational Chatbot, TTS of the DU Lore, TTS of input text (EDIT 28.12.17: Restructured Project List) ================================================== Project Overview =================================================== Web interface for management of Dual Universe organizations: https://github.com/CyberCrunch/DU_AI_Cloud Dual Universe themed tts-chatbot to assist players ingame: https://github.com/CyberCrunch/DU_AI_Adjutant A post regarding these new projects will follow soon...
×
×
  • Create New...