All Projects → cs7641-assignment4 → Similar Projects or Alternatives

88 Open source projects that are alternatives of or similar to cs7641-assignment4

CS-7641-assignments
CS 7641 - All the code
Stars: ✭ 135 (+864.29%)
Mutual labels:  omscs, georgia-tech, cs7641
Paddle-RLBooks
Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.
Stars: ✭ 113 (+707.14%)
LearnSnake
🐍 AI that learns to play Snake using Q-Learning (Reinforcement Learning)
Stars: ✭ 69 (+392.86%)
relearn
A Reinforcement Learning Library for C++11/14
Stars: ✭ 22 (+57.14%)
frozenlake
Value & Policy Iteration for the frozenlake environment of OpenAI
Stars: ✭ 16 (+14.29%)
pacman-ai
A.I. plays the original 1980 Pacman using Neuroevolution of Augmenting Topologies and Deep Q Learning
Stars: ✭ 26 (+85.71%)
Mutual labels:  q-learning
ecole
Extensible Combinatorial Optimization Learning Environments
Stars: ✭ 249 (+1678.57%)
Mutual labels:  markov-decision-processes
pomdp-py
A framework to build and solve POMDP problems. Documentation: https://h2r.github.io/pomdp-py/
Stars: ✭ 131 (+835.71%)
Mutual labels:  markov-decision-processes
Data Science Free
Free Resources For Data Science created by Shubham Kumar
Stars: ✭ 232 (+1557.14%)
Mutual labels:  q-learning
flow
High frequency AI based algorithmic trading module.
Stars: ✭ 57 (+307.14%)
Mutual labels:  q-learning
tictactoe-reinforcement-learning
Train a tic-tac-toe agent using reinforcement learning.
Stars: ✭ 36 (+157.14%)
Mutual labels:  q-learning
2048 Deep Reinforcement Learning
Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning
Stars: ✭ 169 (+1107.14%)
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 (+421.43%)
Mutual labels:  q-learning
SS-Replan
Online Replanning in Belief Space for Partially Observable Task and Motion Problems
Stars: ✭ 43 (+207.14%)
Mutual labels:  mdp
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 (+1485.71%)
Mutual labels:  q-learning
natural-gradient-deep-q-learning
arxiv.org/abs/1803.07482
Stars: ✭ 21 (+50%)
Mutual labels:  q-learning
Grid royale
A life simulation for exploring social dynamics
Stars: ✭ 252 (+1700%)
Mutual labels:  q-learning
marley
A framework for multi-agent reinforcement learning.
Stars: ✭ 261 (+1764.29%)
Mutual labels:  q-learning
Rl trading
An environment to high-frequency trading agents under reinforcement learning
Stars: ✭ 205 (+1364.29%)
Mutual labels:  q-learning
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 (+1135.71%)
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 (+978.57%)
Mutual labels:  q-learning
mentalRL
Code for our AAMAS 2020 paper: "A Story of Two Streams: Reinforcement Learning Models from Human Behavior and Neuropsychiatry".
Stars: ✭ 22 (+57.14%)
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 (+857.14%)
Mutual labels:  q-learning
Tetris Ai
A deep reinforcement learning bot that plays tetris
Stars: ✭ 109 (+678.57%)
Mutual labels:  q-learning
mdp
Make it easy to specify simple MDPs that are compatible with the OpenAI Gym.
Stars: ✭ 30 (+114.29%)
Mutual labels:  mdp
Implicit-Q-Learning
PyTorch implementation of the implicit Q-learning algorithm (IQL)
Stars: ✭ 27 (+92.86%)
Mutual labels:  q-learning
Micromlp
A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)
Stars: ✭ 92 (+557.14%)
Mutual labels:  q-learning
lifescripts
Automating various decisions stochastically, starting with my current coin-based intermittent fasting and dice-based kettlebell.
Stars: ✭ 20 (+42.86%)
Mutual labels:  markov-decision-processes
AALpy
An Active Automata Learning Library Written in Python
Stars: ✭ 60 (+328.57%)
Mutual labels:  markov-decision-processes
Drivebot
tensorflow deep RL for driving a rover around
Stars: ✭ 62 (+342.86%)
Mutual labels:  q-learning
Reinforcement-Learning-Feature-Selection
Feature selection for maximizing expected cumulative reward
Stars: ✭ 27 (+92.86%)
Mutual labels:  mdp
VREP-RL-bot
Reinforcement Learning in Vrep
Stars: ✭ 14 (+0%)
Mutual labels:  q-learning
king-pong
Deep Reinforcement Learning Pong Agent, King Pong, he's the best
Stars: ✭ 23 (+64.29%)
Mutual labels:  q-learning
Q-GridWorld
Demo project using tabular Q-learning algorithm
Stars: ✭ 123 (+778.57%)
Mutual labels:  q-learning
agentmodels.org
Modeling agents with probabilistic programs
Stars: ✭ 66 (+371.43%)
Mutual labels:  mdp
java-reinforcement-learning
Package provides java implementation of reinforcement learning algorithms such Q-Learn, R-Learn, SARSA, Actor-Critic
Stars: ✭ 90 (+542.86%)
Mutual labels:  q-learning
Learningx
Deep & Classical Reinforcement Learning + Machine Learning Examples in Python
Stars: ✭ 241 (+1621.43%)
Mutual labels:  q-learning
Explorer
Explorer is a PyTorch reinforcement learning framework for exploring new ideas.
Stars: ✭ 54 (+285.71%)
Mutual labels:  q-learning
Deep Rl Trading
playing idealized trading games with deep reinforcement learning
Stars: ✭ 228 (+1528.57%)
Mutual labels:  q-learning
Warehouse Robot Path Planning
A multi agent path planning solution under a warehouse scenario using Q learning and transfer learning.🤖️
Stars: ✭ 59 (+321.43%)
Mutual labels:  q-learning
MCTS-agent-python
Monte Carlo Tree Search (MCTS) is a method for finding optimal decisions in a given domain by taking random samples in the decision space and building a search tree accordingly. It has already had a profound impact on Artificial Intelligence (AI) approaches for domains that can be represented as trees of sequential decisions, particularly games …
Stars: ✭ 22 (+57.14%)
Mutual labels:  markov-decision-processes
awesome-probabilistic-planning
A curated list of online resources for probabilistic planning: papers, software and research groups around the world!
Stars: ✭ 45 (+221.43%)
Mutual labels:  markov-decision-processes
Notebooks
Some notebooks
Stars: ✭ 53 (+278.57%)
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 (+1085.71%)
Mutual labels:  q-learning
test-data-generation
Test Data Generation
Stars: ✭ 35 (+150%)
Mutual labels:  markov-decision-processes
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 (+871.43%)
Mutual labels:  q-learning
Chrome-Dino-Reinforcement-Learning
An RL implementation in Keras
Stars: ✭ 98 (+600%)
Mutual labels:  q-learning
Ctc Executioner
Master Thesis: Limit order placement with Reinforcement Learning
Stars: ✭ 112 (+700%)
Mutual labels:  q-learning
jpeg-defense
SHIELD: Fast, Practical Defense and Vaccination for Deep Learning using JPEG Compression
Stars: ✭ 82 (+485.71%)
Mutual labels:  georgia-tech
Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+21357.14%)
Mutual labels:  q-learning
MDPN
Unified notation for Markov Decision Processes PO(MDP)s
Stars: ✭ 22 (+57.14%)
Mutual labels:  markov-decision-processes
Rl ardrone
Autonomous Navigation of UAV using Reinforcement Learning algorithms.
Stars: ✭ 76 (+442.86%)
Mutual labels:  q-learning
DRL in CV
A course on Deep Reinforcement Learning in Computer Vision. Visit Website:
Stars: ✭ 59 (+321.43%)
Mutual labels:  q-learning
Dqn
Implementation of q-learning using TensorFlow
Stars: ✭ 53 (+278.57%)
Mutual labels:  q-learning
RL
Reinforcement Learning Demos
Stars: ✭ 66 (+371.43%)
Mutual labels:  q-learning
Deep traffic
MIT DeepTraffic top 2% solution (75.01 mph) 🚗.
Stars: ✭ 47 (+235.71%)
Mutual labels:  q-learning
gt-scheduler
📆 GT Scheduler
Stars: ✭ 58 (+314.29%)
Mutual labels:  georgia-tech
mdpy
Markov Decision Processes in Python
Stars: ✭ 14 (+0%)
Mutual labels:  markov-decision-processes
Hierarchical-Decision-Making-for-Autonomous-Driving
Rich literature review and discussion on the implementation of "Hierarchical Decision-Making for Autonomous Driving"
Stars: ✭ 38 (+171.43%)
Mutual labels:  markov-decision-processes
vin-keras
This is an implimentation of Value Iteration Networks (NIPS2016 best paper) in keras
Stars: ✭ 18 (+28.57%)
Mutual labels:  value-iteration
1-60 of 88 similar projects