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.xml
file, and will be downloaded automatically by Maven (with the exception of one, whose .jar is contained inlibs
and 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.java
file, where you can learn about the main learning loop and play around with the parameters.