Re: Strong AI Steps for Coding AI Mind in Python

2020-04-14 Thread Joel Goldstick
On Tue, Apr 14, 2020 at 8:21 AM wrote: > > 1. Code the MainLoop module -- http://ai.neocities.org/MainLoop.html > > Code the MainLoop in Python. Use either an actual loop with subroutine calls, > or make a ringlet of perhaps object-oriented module stubs, each calling the > next stub. Provide the

Strong AI Steps for Coding AI Mind in Python

2020-04-14 Thread mentificium
1. Code the MainLoop module -- http://ai.neocities.org/MainLoop.html Code the MainLoop in Python. Use either an actual loop with subroutine calls, or make a ringlet of perhaps object-oriented module stubs, each calling the next stub. Provide the ESCAPE key or other mechanisms for the user to sto