All Projects → LearnSnake → Similar Projects or Alternatives

98 Open source projects that are alternatives of or similar to LearnSnake

relearn
A Reinforcement Learning Library for C++11/14
Stars: ✭ 22 (-68.12%)
cs7641-assignment4
CS7641 - Machine Learning - Assignment 4 - Markov Decision Processes
Stars: ✭ 14 (-79.71%)
Deer
DEEp Reinforcement learning framework
Stars: ✭ 455 (+559.42%)
Mutual labels:  q-learning
Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+4253.62%)
Mutual labels:  q-learning
deep-Q-networks
Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51
Stars: ✭ 135 (+95.65%)
Mutual labels:  q-learning
Hands On Reinforcement Learning With Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Stars: ✭ 640 (+827.54%)
Mutual labels:  q-learning
Deep Qlearning Agent For Traffic Signal Control
A framework where a deep Q-Learning Reinforcement Learning agent tries to choose the correct traffic light phase at an intersection to maximize traffic efficiency.
Stars: ✭ 136 (+97.1%)
Mutual labels:  q-learning
Tf Rex
Play Google Chrome's T-rex game with TensorFlow
Stars: ✭ 345 (+400%)
Mutual labels:  q-learning
Learningx
Deep & Classical Reinforcement Learning + Machine Learning Examples in Python
Stars: ✭ 241 (+249.28%)
Mutual labels:  q-learning
Rl ardrone
Autonomous Navigation of UAV using Reinforcement Learning algorithms.
Stars: ✭ 76 (+10.14%)
Mutual labels:  q-learning
Dqn
Implementation of q-learning using TensorFlow
Stars: ✭ 53 (-23.19%)
Mutual labels:  q-learning
Explorer
Explorer is a PyTorch reinforcement learning framework for exploring new ideas.
Stars: ✭ 54 (-21.74%)
Mutual labels:  q-learning
Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (+1097.1%)
Mutual labels:  q-learning
Accel Brain Code
The purpose of this repository is to make prototypes as case study in the context of proof of concept(PoC) and research and development(R&D) that I have written in my website. The main research topics are Auto-Encoders in relation to the representation learning, the statistical machine learning for energy-based models, adversarial generation networks(GANs), Deep Reinforcement Learning such as Deep Q-Networks, semi-supervised learning, and neural network language model for natural language processing.
Stars: ✭ 166 (+140.58%)
Mutual labels:  q-learning
Dissecting Reinforcement Learning
Python code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog
Stars: ✭ 512 (+642.03%)
Mutual labels:  q-learning
pomdp-py
A framework to build and solve POMDP problems. Documentation: https://h2r.github.io/pomdp-py/
Stars: ✭ 131 (+89.86%)
Mutual labels:  markov-decision-processes
Awesome Monte Carlo Tree Search Papers
A curated list of Monte Carlo tree search papers with implementations.
Stars: ✭ 387 (+460.87%)
Mutual labels:  q-learning
Ctc Executioner
Master Thesis: Limit order placement with Reinforcement Learning
Stars: ✭ 112 (+62.32%)
Mutual labels:  q-learning
Mydeeplearning
A deep learning library to provide algs in pure Numpy or Tensorflow.
Stars: ✭ 281 (+307.25%)
Mutual labels:  q-learning
Deep-Reinforcement-Learning-With-Python
Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math
Stars: ✭ 222 (+221.74%)
Mutual labels:  q-learning
qbso-fs
Python implementation of QBSO-FS : a Reinforcement Learning based Bee Swarm Optimization metaheuristic for Feature Selection problem.
Stars: ✭ 47 (-31.88%)
Mutual labels:  q-learning
Data Science Free
Free Resources For Data Science created by Shubham Kumar
Stars: ✭ 232 (+236.23%)
Mutual labels:  q-learning
Paddle-RLBooks
Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.
Stars: ✭ 113 (+63.77%)
Mutual labels:  q-learning
Deep Rl Trading
playing idealized trading games with deep reinforcement learning
Stars: ✭ 228 (+230.43%)
Mutual labels:  q-learning
Chrome-Dino-Reinforcement-Learning
An RL implementation in Keras
Stars: ✭ 98 (+42.03%)
Mutual labels:  q-learning
Deep traffic
MIT DeepTraffic top 2% solution (75.01 mph) 🚗.
Stars: ✭ 47 (-31.88%)
Mutual labels:  q-learning
VREP-RL-bot
Reinforcement Learning in Vrep
Stars: ✭ 14 (-79.71%)
Mutual labels:  q-learning
Gym Alttp Gridworld
A gym environment for Stuart Armstrong's model of a treacherous turn.
Stars: ✭ 14 (-79.71%)
Mutual labels:  q-learning
2048 Deep Reinforcement Learning
Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning
Stars: ✭ 169 (+144.93%)
Mutual labels:  q-learning
Reinforcement Learning With Tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Stars: ✭ 6,948 (+9969.57%)
Mutual labels:  q-learning
king-pong
Deep Reinforcement Learning Pong Agent, King Pong, he's the best
Stars: ✭ 23 (-66.67%)
Mutual labels:  q-learning
Gym Anytrading
The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
Stars: ✭ 627 (+808.7%)
Mutual labels:  q-learning
Gym Fx
Forex trading simulator environment for OpenAI Gym, observations contain the order status, performance and timeseries loaded from a CSV file containing rates and indicators. Work In Progress
Stars: ✭ 151 (+118.84%)
Mutual labels:  q-learning
Arnold
Arnold - DOOM Agent
Stars: ✭ 457 (+562.32%)
Mutual labels:  q-learning
pacman-ai
A.I. plays the original 1980 Pacman using Neuroevolution of Augmenting Topologies and Deep Q Learning
Stars: ✭ 26 (-62.32%)
Mutual labels:  q-learning
Reinforcement learning tutorial with demo
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc..
Stars: ✭ 442 (+540.58%)
Mutual labels:  q-learning
Reinforcement learning in python
Implementing Reinforcement Learning, namely Q-learning and Sarsa algorithms, for global path planning of mobile robot in unknown environment with obstacles. Comparison analysis of Q-learning and Sarsa
Stars: ✭ 134 (+94.2%)
Mutual labels:  q-learning
Qtrader
Reinforcement Learning for Portfolio Management
Stars: ✭ 363 (+426.09%)
Mutual labels:  q-learning
Grid royale
A life simulation for exploring social dynamics
Stars: ✭ 252 (+265.22%)
Mutual labels:  q-learning
Dinoruntutorial
Accompanying code for Paperspace tutorial "Build an AI to play Dino Run"
Stars: ✭ 285 (+313.04%)
Mutual labels:  q-learning
Tetris Ai
A deep reinforcement learning bot that plays tetris
Stars: ✭ 109 (+57.97%)
Mutual labels:  q-learning
Trading Bot
Stock Trading Bot using Deep Q-Learning
Stars: ✭ 273 (+295.65%)
Mutual labels:  q-learning
Python.io
Snake game inspired from Slither.io but features a python instead of a snake. Made in Python 3
Stars: ✭ 15 (-78.26%)
Mutual labels:  snake-game
RL-2018
Reinforcement Learning at UCLA IPAM RIPS 2018
Stars: ✭ 15 (-78.26%)
Mutual labels:  q-learning
Micromlp
A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)
Stars: ✭ 92 (+33.33%)
Mutual labels:  q-learning
java-reinforcement-learning
Package provides java implementation of reinforcement learning algorithms such Q-Learn, R-Learn, SARSA, Actor-Critic
Stars: ✭ 90 (+30.43%)
Mutual labels:  q-learning
Q-GridWorld
Demo project using tabular Q-learning algorithm
Stars: ✭ 123 (+78.26%)
Mutual labels:  q-learning
Drivebot
tensorflow deep RL for driving a rover around
Stars: ✭ 62 (-10.14%)
Mutual labels:  q-learning
natural-gradient-deep-q-learning
arxiv.org/abs/1803.07482
Stars: ✭ 21 (-69.57%)
Mutual labels:  q-learning
Console-Snake
Snake Game in Console Implemented Using C++
Stars: ✭ 99 (+43.48%)
Mutual labels:  snake-game
flow
High frequency AI based algorithmic trading module.
Stars: ✭ 57 (-17.39%)
Mutual labels:  q-learning
Notebooks
Some notebooks
Stars: ✭ 53 (-23.19%)
Mutual labels:  q-learning
RL
Reinforcement Learning Demos
Stars: ✭ 66 (-4.35%)
Mutual labels:  q-learning
Rl trading
An environment to high-frequency trading agents under reinforcement learning
Stars: ✭ 205 (+197.1%)
Mutual labels:  q-learning
Async Deeprl
Playing Atari games with TensorFlow implementation of Asynchronous Deep Q-Learning
Stars: ✭ 44 (-36.23%)
Mutual labels:  q-learning
Flow-Shop-Scheduling-Based-On-Reinforcement-Learning-Algorithm
Operations Research Application Project - Flow Shop Scheduling Based On Reinforcement Learning Algorithm
Stars: ✭ 73 (+5.8%)
Mutual labels:  q-learning
GBsnake
Snake game for Nintendo Gameboy written in C
Stars: ✭ 26 (-62.32%)
Mutual labels:  snake-game
Cpp-Snake
A simple snake game written in c++
Stars: ✭ 35 (-49.28%)
Mutual labels:  snake-game
Deep Math Machine Learning.ai
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
Stars: ✭ 173 (+150.72%)
Mutual labels:  q-learning
Rubiks Cube
Reinforcement Learning program that looks to be able to quickly learn to solve a Rubik's Cube
Stars: ✭ 15 (-78.26%)
Mutual labels:  q-learning
1-60 of 98 similar projects