All Projects → BardOfCodes → DRL_in_CV

BardOfCodes / DRL_in_CV

Licence: MIT license
A course on Deep Reinforcement Learning in Computer Vision. Visit Website:

Programming Languages

HTML
75241 projects
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to DRL in CV

reinforce-js
[INACTIVE] A collection of various machine learning solver. The library is an object-oriented approach (baked with Typescript) and tries to deliver simplified interfaces that make using the algorithms pretty simple.
Stars: ✭ 20 (-66.1%)
Mutual labels:  deep-reinforcement-learning, reinforcement, temporal-differencing-learning
Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+4991.53%)
Mutual labels:  deep-reinforcement-learning, q-learning, policy-gradient
Hands On Reinforcement Learning With Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Stars: ✭ 640 (+984.75%)
Mutual labels:  deep-reinforcement-learning, q-learning, policy-gradient
Explorer
Explorer is a PyTorch reinforcement learning framework for exploring new ideas.
Stars: ✭ 54 (-8.47%)
Mutual labels:  deep-reinforcement-learning, q-learning, policy-gradient
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 (+649.15%)
Mutual labels:  deep-reinforcement-learning, q-learning, policy-gradient
Deer
DEEp Reinforcement learning framework
Stars: ✭ 455 (+671.19%)
Mutual labels:  deep-reinforcement-learning, q-learning, policy-gradient
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 (+276.27%)
Mutual labels:  deep-reinforcement-learning, q-learning, policy-gradient
Tetris Ai
A deep reinforcement learning bot that plays tetris
Stars: ✭ 109 (+84.75%)
Mutual labels:  deep-reinforcement-learning, q-learning
Policy Gradient
Minimal Monte Carlo Policy Gradient (REINFORCE) Algorithm Implementation in Keras
Stars: ✭ 135 (+128.81%)
Mutual labels:  deep-reinforcement-learning, policy-gradient
deep rl acrobot
TensorFlow A2C to solve Acrobot, with synchronized parallel environments
Stars: ✭ 32 (-45.76%)
Mutual labels:  deep-reinforcement-learning, policy-gradient
Deep Rl Trading
playing idealized trading games with deep reinforcement learning
Stars: ✭ 228 (+286.44%)
Mutual labels:  deep-reinforcement-learning, q-learning
Deeprl algorithms
DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DDPG, TD3, SAC)
Stars: ✭ 97 (+64.41%)
Mutual labels:  deep-reinforcement-learning, policy-gradient
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 (+181.36%)
Mutual labels:  deep-reinforcement-learning, q-learning
Learningx
Deep & Classical Reinforcement Learning + Machine Learning Examples in Python
Stars: ✭ 241 (+308.47%)
Mutual labels:  deep-reinforcement-learning, q-learning
Torchrl
Highly Modular and Scalable Reinforcement Learning
Stars: ✭ 102 (+72.88%)
Mutual labels:  deep-reinforcement-learning, policy-gradient
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 (+130.51%)
Mutual labels:  deep-reinforcement-learning, q-learning
Deep Reinforcement Learning With Pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
Stars: ✭ 1,345 (+2179.66%)
Mutual labels:  deep-reinforcement-learning, policy-gradient
2048 Deep Reinforcement Learning
Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning
Stars: ✭ 169 (+186.44%)
Mutual labels:  deep-reinforcement-learning, q-learning
SharkStock
Automate swing trading using deep reinforcement learning. The deep deterministic policy gradient-based neural network model trains to choose an action to sell, buy, or hold the stocks to maximize the gain in asset value. The paper also acknowledges the need for a system that predicts the trend in stock value to work along with the reinforcement …
Stars: ✭ 63 (+6.78%)
Mutual labels:  deep-reinforcement-learning, policy-gradient
Practical rl
A course in reinforcement learning in the wild
Stars: ✭ 4,741 (+7935.59%)
Mutual labels:  course-materials, deep-reinforcement-learning

Deep Reinforcement Learning in Computer Vision

DRL in CV Website

Google Slides on this introduction

In recent years, while use of Computer Vision techniques/models has burgeoned for solving Reinforcement Learning task(such as games), the opposite flow, of using techinques/models from Reinforcement Learning to solve paradigms in Computer Vision has also been seen.

Additionally, from a few stalwarts of Computer Vision:

Bold Statement

This indicates that just as researchers in Reinforcement learning benifited from understanding and applying Computer vision techniques, researchers in Computer Vision can benifit from not treating Reinforcement learning as an esoteric black box and gaining a comprehensive understanding of this subject.

Hence, we are presenting a short series of lectures,(at our lab) with the following motivation:

motivations

DRL in CV Papers

An Additional repository has been made DRL_in_CV_Papers, which consist of a list of published works in computer vision which use Deep Reinforcement learning. A few of the papers have an added blog-post on them as well, highlighting important parts of the paper.

Posts

Additionally, for some topics which are important but might not have been a good slide presentation, we have made blog-like posts. This section will see further additions. It is open for additional posts from all. Kindly look in the _post folder for more information.

Acknowledgement

We rely heavily on the following for the content. This work is mostly curation of the excellant material already provided by these brilliant creators:

This work has been complied by Aditya Ganeshan and Trisha Mittal while working at Video Analytics Lab(VAL),IISc. We thank the lab for giving us this opportunity.

Tutorials are still to be added for most chapters.
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].