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
I am trying to have a CTRNN emulate a sine function and want to use the CTRNN demo neurons as seed. The neurons that I try to modify, however, are completely non-deterministic; they change their behavior every time I run the code unless I put a seed before pop=neat.Population(config). The only value I have not found is the "potential" or decay of the neurons (as described by this documentation. I have looked in the github source code, the documentation, and through the object descriptions of various Python objects using the dir command.
Here is the specific code, with seed for determinism), using the config-ctrnn from the single-pole-balancing.
I am trying to have a CTRNN emulate a sine function and want to use the CTRNN demo neurons as seed. The neurons that I try to modify, however, are completely non-deterministic; they change their behavior every time I run the code unless I put a seed before
pop=neat.Population(config)
. The only value I have not found is the "potential" or decay of the neurons (as described by this documentation. I have looked in the github source code, the documentation, and through the object descriptions of various Python objects using thedir
command.Here is the specific code, with seed for determinism), using the config-ctrnn from the single-pole-balancing.
The text was updated successfully, but these errors were encountered: