1
0
mirror of https://github.com/fazo96/AIrium.git synced 2025-01-09 09:29:53 +01:00
the easy to use artificial life simulation environment
Go to file
2015-08-06 19:50:51 +02:00
.nb-gradle big update with carnivores 2015-07-02 21:42:11 +02:00
core added unique creature names. Fix #12 2015-08-06 19:50:51 +02:00
desktop added unique creature names. Fix #12 2015-08-06 19:50:51 +02:00
gradle/wrapper first commit 2015-06-28 01:27:17 +02:00
.gitignore big update with carnivores 2015-07-02 21:42:11 +02:00
.nb-gradle-properties first commit 2015-06-28 01:27:17 +02:00
build.gradle first commit 2015-06-28 01:27:17 +02:00
gradle.properties first commit 2015-06-28 01:27:17 +02:00
gradlew first commit 2015-06-28 01:27:17 +02:00
gradlew.bat first commit 2015-06-28 01:27:17 +02:00
README.md implemented saving and loading creatures 2015-08-05 17:41:21 +02:00
settings.gradle first commit 2015-06-28 01:27:17 +02:00

AIrium

This project aims to build an interactive simple artificial life simulation that uses genetic algorithm and fitness evaluation to improve, over different generations, the performance of the agents.

For now, agents are evaluated based on how much they eat. Using default settings you can see them evolve to be herbivores, but by tweaking it is possible to get carnivores or scavengers.

Screenshots and videos

You can see some footage from version 0.4 in this imgur album

Download

Visis the releases page to download the latest version. It was tested on Linux, OSX and Windows using the latest version of Java 8. On OSX there is a small bug in the GUI but you can fix it by resizing it to be bigger.

Planned features

  • More behavioral variety
  • More sensors for the creatures
  • Ability to import/export settings and creature brains to create more complex environments
  • Ability to save and load simulation states
  • More in the issues page

Controls

  • The Configuration page in the GUI will let you tweak many parameters and pause the simulation
  • You can drag with the mouse to move the camera and zoom with the mouse wheel

Development

To work on the project or try it out, install Netbeans and follow Libgdx's guide to set it up for Libgdx development (mobile platform are ignored for now so you won't need the Android SDK). It should be possible to work on the project without using Netbeans. You can find further explanation in Libgdx's wiki.

License

Copyright (c) 2015 Enrico Fasoli (fazo96)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.