Reinforcement learning library for Java.
This project contains some forked code bases:
- The
rl4j-apiandrl4j-coremodules, as well as thecom.destrostudios.rl.test.rl4jpackage, were forked and refactored from the discontinued RL4J (https://github.com/kgoderis/deeplearning4j, fork of DL4J, Apache License 2.0) - The
com.destrostudios.rl.test.flappybirdpackage was forked and refactored from https://github.com/kingyuluk/RL-FlappyBird (MIT License)