Julian Mican

Results 2 issues of Julian Mican

Traceback (most recent call last): File "mario_ppo.py", line 412, in rewards = np.hstack(rewards) * reward_scale NameError: name 'reward_scale' is not defined

Generates this error when executing the example TestTraits.py `Traceback (most recent call last): File "TestTraits.py", line 50, in params.MutateNeuronTraitsProb = 0.8 AttributeError: '_MultiNEAT.Parameters' object has no attribute 'MutateNeuronTraitsProb' `