Advanced AI

This page summarizes the projects mentioned and recommended in the original post on /r/rotp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • rotp-public

    Public repository for Remnants of the Precursors

  • RotP is open source, improve it all you want.

  • rotp-public

    Public repository for Remnants of the Precursors (by coder111111)

  • I have implemented Maven build system in the Governor mod, so you're welcome to fork from my codebase and extend it. Modnar has done so. https://github.com/coder111111/rotp-public

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • JNA

    Java Native Access

  • In case you have existing low level code in C/C++ and you want to integrate it with Java, there's https://github.com/java-native-access/jna But it's fairly unwieldy to work with, and calls Java=>C carry an overhead, so you want as few of them as possible. Which in ROTP means you want to transport all the relevant data into your AI code, then do the processing on a handful of calls, then return the result. Alternatively, an option would be to export say savegame (or other data) as JSON, run your AI module as a separate process, and then write the results to another file. While ROTP at the moment cannot do JSON save games, I have begun looking into it.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts