Narrative.cppThis is the current version of the script that the version of Eliza that I am experimenting with uses. As discussed, I have modified it to rely less on variable declarations of the "extern char*" style, and more on a style that that uses namespaces, encapsulation, and accessor functions to achieve functionalities like "bind_datraset" and so on.plain - 7.89 kB - 03/22/2025 at 23:43 |
|
|
atari_genetics.cppHere 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 |
|
|
convert.cppC++ version of the Deep Seek source file convert.pyplain - 13.00 kB - 02/10/2025 at 03:55 |
|
|
compatibility.hTemporary 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 |
|
glgorman