Profile
- Name
- primal swarm intel screensaver tukey (Clone) (COPY)
- ID
- 108989
- Shared with
- Public
- Parent
- primal swarm intel screensaver tukey (Clone)
- Children
- None
- Created on
- March 09, 2025 at 22:58 PM UTC
- Updated on
- March 09, 2025 at 22:58 PM UTC
- Description
What if neurotransmitters
were already simulated
within Foldit itself?
This won't work without
glutamate (E)
as this is a "wetware" A.i.
test using neurotransmitter
amino acid
To simply do simple ML
balancing or playing
Better than AFK3.1.1,
and more fun than LWS
Best for
Code
--don't put stuff in the 1st line
help()
recentbest.Save()
save.Quicksave(6) --closest to target
distanceToGoal=999999
goalscore=90000 --6666 to test
save.Quicksave(1) --the One
save.Quicksave(2)--oracle
save.Quicksave(3)--oracle
save.Quicksave(4)--all oracles
save.Quicksave(5)--each are both all oracles and champs, but 1 gets advantage
save.Quicksave(6) --inspired by 6 leg biology
teammate=0
palsScore=current.GetEnergyScore()
prevPalsScore=current.GetEnergyScore()
dacount=structure.GetCount()
print(dacount)
while (true) do
prevPalsScore=palsScore
palsScore=current.GetEnergyScore()
if (math.abs(palsScore-goalscore)<distanceToGoal) then --666=skill skill skill
distanceToGoal=math.abs(palsScore-goalscore)
save.Quicksave(7) --update o
end
save.Quickload(teammate+1)
if (teammate==0 or true ) then
recentbest.Restore()
--save.Quickload(6) --restore closest to goal
ui.CenterViewport()
end
end1=math.floor(prevPalsScore*1003+teammate)%dacount+1
end2=math.floor(palsScore*1072+teammate)%dacount+1
--update M, addrs issue 43-43 9136.604
print(end1.." "..end2)
b1=band.AddBetweenSegments(end1,end2)
if (b1>0) then
band.SetStrength(b1,0.3) --3) --update p
--SWOLL (in theory .5 to 1.5,
--but in practice, can go beyond to 3 and affect score)
end
structure.WiggleAll(20)
band.DeleteAll()
structure.WiggleAll(9)
structure.ShakeSidechainsAll(1)
structure.WiggleAll(9,true,false)--bb
structure.WiggleAll(9,false,true)--sidechains
--structure.NeuralNetMutateSidechainsAll() --you can comment this out
--if you doubt the glutamate's own intelligence
--structure.MutateSidechainsAll(1)
ui.CenterViewport()
save.Quicksave(teammate+1)
teammate=(teammate+1)%2 --max %6
print(teammate)
today=(os.date("%d"))
hour=(os.date("%H"))
--hour="00"
--hour="23"
daytime=(tostring(11)<hour and hour<tostring(19))
if tostring(hour)==8 then
print("should cpu be sleeping, don't dry ur eyes out")
--crash() --this is intentionally not a real func
halt_and_catch_fire() --legit func
end
end