rwill128's Stars
kristjankorjus/Replicating-DeepMind
Reproducing the results of "Playing Atari with Deep Reinforcement Learning" by DeepMind
Svalorzen/AI-Toolbox
A C++ framework for MDPs and POMDPs with Python bindings
emilmont/Artificial-Intelligence-and-Machine-Learning
Algorithm implementations and homework solutions for the Stanford's online courses
CMA-ES/libcmaes
libcmaes is a multithreaded C++11 library with Python bindings for high performance blackbox stochastic optimization using the CMA-ES algorithm for Covariance Matrix Adaptation Evolution Strategy
rlpy/rlpy
RLPy Reinforcement Learning Framework
stulp/dmpbbo
Python/C++ library for Dynamical Movement Primitives and Black-Box Optimization
samindaa/RLLib
C++ Template Library to Predict, Control, Learn Behaviors, and Represent Learnable Knowledge using On/Off Policy Reinforcement Learning
amarack/python-rl
Some Reinforcement Learning in Python
tansey/rl-tictactoe
A reinforcement learning agent for tic-tac-toe. Implements the example from Chapter 1 of Sutton and Barto.
mgrani/LODA-lecture-notes-on-data-analysis
Lecture notes and excercises for data analysis in python. Includes introduction to Python, Numpy, Scipy, Scikit-Learn, SimpleCV. Topics Supervised/Unsupervised Learning, Signal Analysis, Image Analysis, Text and Web-Media Analysis
222464/ERL
ERL - Evolved Reinforcement Learner
tomstafford/axongame
Data from the online game Axon and code for for analysing it
Underflow/reinforcement-2048
A reinforcement learning algorithm for the 2048 game
edouardklein/RL-and-IRL
C implementation of RL and IRL algorithms
arunchaganty/Small-World-RL
Exploring the use of options in creating small worlds for faster learning in RL Domains
sergeyk/timely_object_recognition
Code for the Timely Object Recognition project
sofian/qualia
A free (FLOSS) software library for agent-based systems written in simple C++. Licensed under the Gnu GPL.
spranesh/rl-snake
Reinforcement Learning applied to the Snake Game
gau-veldt/LSTM_OOPS
Long Short Term Memory nodes with Optimal Ordering Problem Solver training allows reinforcement learning models for LSTM networks using fitness or reward metrics.
dobots/rur-builder
The rur-builder is an OmniIDL generator for glue-code to use many middlewares
lteacy/decBRL-cpp
Decentralised Bayesian Reinforcement Learning Library, written in C++
mkoval/rl-learn
Simple simulations of several common reinforcement learning algorithms.
mpweinge/Chess-AI
seriesoftubes/Reinforcement_Learning
RL in pure Python
hellovai/RL-go
Implements Go with some Reinforcement Learning