jeu-de-la-vie

There are 6 repositories under jeu-de-la-vie topic.

  • ROMAINPC/Game-of-Life--SC

    Jeu de la vie Java/JavaFX

    Language:Java1200
  • Game-of-life

    TwistAtom/Game-of-life

    Game of life made in VB.NET, few comments

    Language:Visual Basic1010
  • Reinforcement-Learning

    yassir-ai/Reinforcement-Learning

    YEAR 2022 : In machine learning there are several subcategories. We will focus here on a type of learning that is close to the 'trial and error' method called reinforcement learning. The program (which will subsequently be called either agent or system) performs a series of actions and after a certain period of time, the quality of the state reached is evaluated. We then go up in the list of actions carried out and increase their probability of carrying out (if the final evaluation was favorable), or decrease it (if it was unfavorable)

    Language:C1100
  • YacineSteeve/game-of-life

    An implementation of the Conway's Game of Life in Python3 and Tkinter

    Language:Python00
  • CassandraCH/jeu-de-la-vie

    Implémentation du "Jeu de la vie" ou "automate cellulaire" en Java. Projet réalisé dans le cadre du module "Design Patterns" de 3ème année de Licence Informatique.

    Language:Java101