Giter VIP home page Giter VIP logo

treasure-hunter's Introduction

treasure-hunter

A variety of novelty search for agents evolving in grid worlds.

Novelty search (e.g., Lehman & Stanley, 2008; Lehman & Stanley, 2011) is based on the idea that instead of rewarding behavior leading to a specific goal the agents fitness is determined by their behavioral novelty with respect to past individuals. For the grid worlds considered here novelty can be defined simply as reaching grid positions that have been rarely visited by other agents before. This encourages the evolution of agents that are able to explore the grid more and more, causing them eventually to reach the goal position as a by product of generating novel behavior. To keep the search from moving away from such solutions that are indeed able to reach the specified goal, the novelty of the goal position constant, no matter how many agents have reached it. Note that this modification of the search might not be desirable if there would be multiple goals that should all be explored.

For simplicity we consider agents with innate behavior: each agents DNA defines a specific sequence of actions that are being executed one after the other, independent of the agents position within the grid world. Agents thus do not make use of any sensory information.

New levels can be defined via text files, with the following characters representing different elements of the grid world:

  • : open space
  • S: start position
  • E: goal position
  • #: wall
  • +: "fractured" wall that the agent can blow up

See levels/ for example grid worlds.

References

Lehman, J., & Stanley, K. O. (2008). Exploiting open-endedness to solve problems through the search for novelty. In ALIFE (pp. 329-336).

Lehman, J., & Stanley, K. O. (2011). Abandoning objectives: Evolution through the search for novelty alone. Evolutionary computation, 19(2), 189-223.

treasure-hunter's People

Contributors

jakobj avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

treasure-hunter's Issues

GP library

Hi, thank you for sharing your code. I tried to execute It but there Is a problem with imports in main.py file, more in details with line "import gp". What gp stands for? Is a pip library? And if so, which library? Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.