Skip to content

gre/genetic-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple server for doing genetic AI learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published