README
Configuration
See config.json
Usage example
while ((1)); do
currentParams=`curl http://localhost:8020/current`
score=`doYourThing currentParams`
curl -d '{"score":$score}' http://localhost:8020/learn
done
AI genetic server learning
<script type="module">
import geneticServer from 'https://cdn.skypack.dev/genetic-server';
</script>
See config.json
while ((1)); do
currentParams=`curl http://localhost:8020/current`
score=`doYourThing currentParams`
curl -d '{"score":$score}' http://localhost:8020/learn
done