In this repository you can find the code necessary for the required exercise on learning STL formulae.
You should:
- clone it into your local machine;
- all dependencies are already managed by the
pom.xmlfile, and will be downloaded automatically by Maven (with the exception of one, whose .jar is contained inlibsand will be linked automatically as well); - if you're using IntelliJ IDEA, then mark
java(insidesrc/main/) as sources root; - head to the
src/main/java/eggloop/flow/learning/ExampleLearning.javafile, where you can learn about the main learning loop and play around with the parameters.