Coder Social home page Coder Social logo

creamas's People

Contributors

assamite avatar outsou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

creamas's Issues

Separate voting behavior to its own module from environments

Remove and generalize voting/social choice behavior currently implement inside Environment and MultiEnvironment into its own module.

API suggestion: the module can be used to initiate voting behavior in the environments by giving a root vote gathering method (get_votes or _gather_votes) and the candidates for the voting.

This should make the environments less cluttered and help implementing new social choice functionality.

Allow creating agent connections using networkX graphs

Connections to other agents from a given graph structure would make a versatile enhancement to current functionality and help developing agent societies with different connection graph structures.

Possible constraints: Graph should have exactly the same number of nodes as there are agents in the environment.

How to make this functionality to scale for DistributedEnvironment?

Make CreativeAgent.connections more general, remove attitudes

Make CreativeAgent.connections more general by reformulating them as a dict with agent addresses as keys instead of a list . The values can then be also dicts which can store any needed information about the agent connection, e.g. the attitude. Remove attitudes also.

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.