Found 52 repositories(showing 30)
quantumiracle
PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT-Opt, PointNet..
germain-hug
Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
brandonhimpfen
A curated list of awesome frameworks, libraries, tools, environments, tutorials, research papers, and resources for reinforcement learning (RL). This list covers fundamental concepts, advanced algorithms, applications, and popular frameworks for building RL models.
AI4Finance-Foundation
No description available
jkulhanek
Popular Deep RL algorithms implemented in PyTorch
negarhonarvar
A Complete Collection of Deep RL Famous Algorithms implemented in Gymnasium most Popular environments
todor-markov
Implementations of popular deep RL algorithms. Written in Pytorch
Amirmohammadpiran
In this repo, I implemented some popular Deep-RL algorithms like DQN and SARSA. Hope you enjoy!
dhruvjoshi1007
Popular RL algorithms that I'm implementing while learning RL
aa6moham
Custom implementations of some popular reinforcement learning algorithms + exercises from Practical_RL
tqpatil
Implementations of popular RL algorithms applied to steering control in the CARLA simulator!
nisheetpatel
Compare and benchmark the performance of RL algorithms from two popular libraries, SB3 & RLlib
klsjz
popular rl algorithms
ssxy00
PyTorch Implementation of popular RL algorithms
No description available
pamulism
A Python library implementing popular RL, DRL, and MARL Algorithms utilizing Numpy, Pytorch as core libraries.
SSubhnil
Benchmarking existing RL algorithms including model-free and model-based approaches on confounded versions of popular environments. Tests generalization and sample efficiency.
An RL based model using PPO algorithm leveraging OpenAI Gym environment to play the popular Super Mario game.
singhaayush01
A Reinforcement Learning agent trained to complete at least Level 2 of a Mario game. This project implements popular RL algorithms to teach an AI to navigate obstacles, collect rewards, and finish stages efficiently. Includes training scripts, environment setup, evaluation metrics, and demo runs for Level 1 & 2 gameplay.
voynow
(From 2020) ML Course Final Project - Deep Reinforcement Learning has proved useful in solving tasks bounded by an environment/rules. Q-learning, a popular method of RL, has been shown to solve wide varieties of diverse environments. Due to the vigorous study/use of Q-learning, engineers and researchers have developed various add-ons and improvements to this algorithm. Using the once popular game 2048 as our environment, we will analyze these improvements to find the optimal Q-learning policy.
kagisokgwahla
the entire project of modifying drugs in order to generate novel structures. Thisintroduces machine learning algorithms such as Reinforcement Learning algorithms for drug design.Reinforcement learning is how agents take a specific action in an environment in order to increase theoverall rewards. This will be used for drug design in order to find the best possible action to create novelstructure and make a molecule more drug-like.The objective of the project is to create an environment which will allow the agent to make de-cisions/actions based on the state of the environment. In order to achieve this, open source packagessuch as OpenAI Gym, a popular framework for building benchmarking environments for RL agents andRDkit which is a cheminformatics package used in computational chemistry. This environment wouldbe developed into an on going Msc project and integrated in future inverse design and drug discovery research
tb6147877
No description available
orgTestCodacy11KRepos110MB
No description available
OchirLG
Basic popular algorithms of RL
ceseale
RL implementations of popular algorithms
talsperre
Implementation of Popular RL algorithms
baburamShapure
Implementations of some popular RL algorithms
deepmuseum
Implementations of some popular RL algorithms
Manaro-Alpha
Implementation of some popular Deep RL algorithms
mgagrani
My implementation of the popular RL algorithms