java-reinforcement-learning icon indicating copy to clipboard operation
java-reinforcement-learning copied to clipboard

Package provides java implementation of reinforcement learning algorithms such Q-Learn, R-Learn, SARSA, Actor-Critic

Results 7 java-reinforcement-learning issues
Sort by recently updated
recently updated
newest added

Could someone help me to solve the maven deployment issue? Should I add something to the pom.xml file? I get "Authorization failed for https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/com/github/tens0rfl0w/java-reinforcement-learning/1.0.7/java-reinforcement-learning-1.0.7.jar " error during the project deployment.

Can anybody tell me "world" in code and Readme? I cannot find where is "world" ` int actionId = agent.selectAction().getIndex(); System.out.println("Agent does action-" + actionId); int newStateId = world.update(agent, actionId);...

Il love your library I'm searching to implement it for use for example in a car racing. Goal is to learn on each turn, and taking acount of other racer...

Sorry to bother you, but I can't find what R-Learn stands for? In fact, I found Roth-Erev Algorithom in reinforcement learning.Can anynone give me some guidence?Thanks very much!

Complete clean up removing plugin lobrok, as it is not compatible clean up getter and setter more structure of code

Your library is really interesting, congrats and thanks for sharing! I am considering to use it to train over an existing environment that runs on a regular (desktop) JVM, then...