oh-gnues-iohc / game_of_life_torch

"game_of_life_torch" is a simulation of Conway's Game of Life implemented in Python using the PyTorch library. The Game of Life is a cellular automaton, where the evolution of cells is simulated based on simple rules. This implementation leverages PyTorch for efficient computation and provides a visual representation of the evolving cell patterns.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

game_of_life_torch

Life Game Project created using Flask and PyTorch

Animation

About

"game_of_life_torch" is a simulation of Conway's Game of Life implemented in Python using the PyTorch library. The Game of Life is a cellular automaton, where the evolution of cells is simulated based on simple rules. This implementation leverages PyTorch for efficient computation and provides a visual representation of the evolving cell patterns.


Languages

Language:Python 66.2%Language:HTML 33.8%