Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 978 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 978 Bytes

Solving Game of Life with Machine Learning

This repository contains the source code for the paper "Data-Centric Approach to Constrained Machine Learning: A Case Study on Conway's Game of Life"

Setup

Each experiment is controlled by the configuration file in ./configs. Run an experiment via

python -m main -c config_file_name

For a detailed process of the training board design, see an unhinged devlog.

Training Board

game_of_life_board

Results

success_1_recursive_tanh success_1_recursive_relu success_2_recursive_tanh