Skip to content

Latest commit

 

History

History
executable file
·
14 lines (10 loc) · 372 Bytes

README.md

File metadata and controls

executable file
·
14 lines (10 loc) · 372 Bytes

jRL

jRL is a Java library for Reinforcement Learning, developped by Didier Marin (mail@didiermarin.com) during his PhD.

It is focused on continuous multi-dimensional states and actions.

Dependencies

  • For Least-Squares : JAMA 1.0.2
  • For plotting : gnuplot
  • For Unit tests : JUnit 4
  • For @NonNull and @Nullable annotations : org.eclipse.jdt.annotation.jar