atari_genetics.cpp

Here is the C++ version of the Atari Genetic algorithm. I adapted Deep Seek's translation so that I could piggyback it into a library that also runs the classic Eliza, and which makes use of Pascal style writeln io instead of printf, etc., i.e. for the debugging messages.

plain - 1.82 kB - 02/23/2025 at 19:42

Download

convert.cpp

C++ version of the Deep Seek source file convert.py

plain - 13.00 kB - 02/10/2025 at 03:55

Download

compatibility.h

Temporary helper file used to provide some missing prototypes, etc., for use with Deep Seek initial porting efforts, i.e., if C17 and PyTorch is not available for the platform of interest, and for studying dependencies.. etc.

plain - 2.19 kB - 02/10/2025 at 03:55

Download