All Projects → AMD-RIPS → RL-2018

AMD-RIPS / RL-2018

Licence: LGPL-3.0 License
Reinforcement Learning at UCLA IPAM RIPS 2018

Programming Languages

TeX
3793 projects
python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to RL-2018

Async Deeprl
Playing Atari games with TensorFlow implementation of Asynchronous Deep Q-Learning
Stars: ✭ 44 (+193.33%)
Mutual labels:  openai-gym, q-learning
Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (+5406.67%)
Mutual labels:  openai-gym, q-learning
Gym Anytrading
The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
Stars: ✭ 627 (+4080%)
Mutual labels:  openai-gym, 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 (+1380%)
Mutual labels:  openai-gym, q-learning
Awesome Monte Carlo Tree Search Papers
A curated list of Monte Carlo tree search papers with implementations.
Stars: ✭ 387 (+2480%)
Mutual labels:  machine-learning-algorithms, q-learning
Ctc Executioner
Master Thesis: Limit order placement with Reinforcement Learning
Stars: ✭ 112 (+646.67%)
Mutual labels:  openai-gym, q-learning
Hands On Reinforcement Learning With Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Stars: ✭ 640 (+4166.67%)
Mutual labels:  openai-gym, 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 (+906.67%)
Mutual labels:  openai-gym, q-learning
Learningx
Deep & Classical Reinforcement Learning + Machine Learning Examples in Python
Stars: ✭ 241 (+1506.67%)
Mutual labels:  machine-learning-algorithms, q-learning
FinRL Podracer
Cloud-native Financial Reinforcement Learning
Stars: ✭ 179 (+1093.33%)
Mutual labels:  machine-learning-algorithms, openai-gym
OpencvInstallation
shell script for openCV installation and configuration in linux based system. Most easy way to configue openCV, you only need to run opencv.sh shell file.
Stars: ✭ 16 (+6.67%)
Mutual labels:  machine-learning-algorithms
interactive-simple-linear-regression
A PureScript, browser-based implementation of simple linear regression.
Stars: ✭ 15 (+0%)
Mutual labels:  machine-learning-algorithms
adventures-with-ann
All the code for a series of Medium articles on Approximate Nearest Neighbors
Stars: ✭ 40 (+166.67%)
Mutual labels:  machine-learning-algorithms
data-algorithms-with-spark
O'Reilly Book: [Data Algorithms with Spark] by Mahmoud Parsian
Stars: ✭ 34 (+126.67%)
Mutual labels:  machine-learning-algorithms
Autonomous-Drifting
Autonomous Drifting using Reinforcement Learning
Stars: ✭ 83 (+453.33%)
Mutual labels:  openai-gym
reweighted-ws
Implementation of the reweighted wake-sleep machine learning algorithm
Stars: ✭ 39 (+160%)
Mutual labels:  machine-learning-algorithms
cs7641-assignment4
CS7641 - Machine Learning - Assignment 4 - Markov Decision Processes
Stars: ✭ 14 (-6.67%)
Mutual labels:  q-learning
PyImpetus
PyImpetus is a Markov Blanket based feature subset selection algorithm that considers features both separately and together as a group in order to provide not just the best set of features but also the best combination of features
Stars: ✭ 83 (+453.33%)
Mutual labels:  machine-learning-algorithms
FB-Ads-Opt-UCB
The easiest way to optimize Facebook Ads using Upper Confidence Bound Algorithm. 💻
Stars: ✭ 23 (+53.33%)
Mutual labels:  machine-learning-algorithms
fastML
A Python package built on sklearn for running a series of classification Algorithms in a faster and easier way.
Stars: ✭ 40 (+166.67%)
Mutual labels:  machine-learning-algorithms

Join the chat at https://gitter.im/AMD-RIPS/Lobby

This project details a solution OpenAI's CarRacing-v0 game. This model uses a three layer DQN regularized with dropout and using a curriculum learning approach. The trained model exceeds 900 in average score, sufficient to meet the criterion for solution. More information at: https://github.com/openai/gym/wiki/Leaderboard#carracing-v0

RL-2018

Reinforcement Learning at UCLA IPAM RIPS 2018. Industry Sponsor: Advanced Micro Devices.

Contributers:

  • Patrik Gerber*, University of Oxford
  • Jiajing Guan*, George Mason University
  • Elvis Nunez*, Johns Hopkins University
  • Kaman Phamdo*, University of Maryland
  • Tonmoy Monsoor, UCLA
  • Nicholas Malaya, AMD Research

* Denotes Equal Contribution.

Initial goals:

  • Add papers and background
  • Get OpenAI gym Sandbox working
  • Get game working/imported

References:

https://blog.insightdatascience.com/reinforcement-learning-from-scratch-819b65f074d8

https://blog.openai.com/requests-for-research-2/

http://www.andreykurenkov.com/writing/ai/a-brief-history-of-game-ai/

https://blog.openai.com/retro-contest/

https://medium.com/@dhruvp/how-to-write-a-neural-network-to-play-pong-from-scratch-956b57d4f6e0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].