You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A while back I learned about the Actor model in the context of Akka and Scala, but never got anywhere with it (or with Scala). This will be an attempt to use the mechanism, in the form of Pykka, to generate a novel.
The text was updated successfully, but these errors were encountered:
I have some code and sample output of about 142,000 words, produced with --seconds 0.08. The result of this experiment so far is that I have a better sense of my failure to grasp concurrency.
Some things I may address during the rest of the month:
I would like to figure out why runs of the same duration can produce a ton of text or very little or none.
The "characters" in this code don't use what was said to them as part of determining their responses; I might change that.
An early attempt at a group mechanism, so that "scenes" would contain a subset of characters, failed. I think attributes of actor objects aren't matching up with my instincts about object attributes generally, and I'm not sure whether there's a proper way to maintain global state in this context.
I thought of adding locations as another form of Actor.
A while back I learned about the Actor model in the context of Akka and Scala, but never got anywhere with it (or with Scala). This will be an attempt to use the mechanism, in the form of Pykka, to generate a novel.
The text was updated successfully, but these errors were encountered: