Recent content by DarkPhoton

  1. D

    Idea for civ 7

    The machine learning model would be part of the game. It can run on CPU or GPU. I think it will get more and more common to include machine learning to games. I know Age of Empire 4 is planning to have one. I think the best is to have everything but combat at the same time. We could also do that...
  2. D

    Idea for civ 7

    I would like it to be a bit more realistic and also have a better combat system. It also needs to be balanced for both tall and wide play. Some ideas are: Simultaneous play. Turns are split into 2 phases: the main one where everything but combat happens, the 2nd one for combat. Units can’t move...
  3. D

    Smart AI

    Can I modify a lua file so that the game interprets that as commands (to move units, select productions, change city focus or lock citizens, select research, etc.)? How should I do that if possible?
  4. D

    Smart AI

    Is there a simple way to print all the information about the state of the game in the lua.log file?
  5. D

    Smart AI

    @Gedemon Ideally as JSON. Though another data structure can work too.
  6. D

    Smart AI

    @devolution I am planning to try to do it on civ 6. I think it should be possible without DLL since I can have the deep learning AI runs separately and I won't base my AI on the official AI (which is most likely an expert system) so I don't need to see what they've done. Civ 4 and 5 have already...
  7. D

    Smart AI

    The goal is to create my own AI which will play through its own API (possibly using Local network/Hotseat/Multiplayer depending if the AI runs in the cloud or locally) which I would like help with so let me know if you can help. The API used by the DL AI needs to be fast and only includes useful...
  8. D

    Smart AI

    Yes, I will show examples of games between my DL AI and civ official AI, and release it so anybody can play with it. The first step is to get a mod that makes that we can get the information and send orders as efficiently as possible so it can run fast. Mastering civ is certainly a hard task...
  9. D

    Smart AI

    Hi, I would like to know if anybody who is good at modding could help me make a smart AI mod. My plan is to create a deep learning model that can play the AIs rather than modifying the official AI. The AI can run on the computer in parallel to civilization or in the cloud. For that, I would...
Back
Top Bottom