reinforcementlearning
There are 62 repositories under reinforcementlearning topic.
ljpzzz/machinelearning
My blogs and code for machine learning. http://cnblogs.com/pinard
salesforce/CodeRL
This is the official code for the paper CodeRL: Mastering Code Generation through Pretrained Models and Deep Reinforcement Learning (NeurIPS22).
wwxFromTju/awesome-reinforcement-learning-lib
GitHub's code repository is all you need
aunum/gold
Reinforcement Learning in Go
NoteDance/Note
Machine learning library, Distributed training, Deep learning, Reinforcement learning, Models, TensorFlow, PyTorch
linker81/Reinforcement-Learning-CheatSheet
Cheatsheet of Reinforcement Learning (Based on Sutton-Barto Book - 2nd Edition)
JaswanthBadvelu/Reinforcement-Learning-CVRP
Dynamic Attention Encoder-Decoder model to learn and design heuristics to solve capacitated vehicle routing problems
ugurkanates/NeurIRS2019DroneChallengeRL
Long-Term Planning with Deep Reinforcement Learning on Autonomous Drones
kishorkukreja/SupplyChainv0_gym
Reinforcement Learning for Optimal inventory policy
roboserg/rl
Reinforcement Learning material
Martyn0324/Hakisa
Serpent's Awesome, but, unfortunately, it's too expensive. Let's see what we can do about that
Improbable-AI/harness-offline-rl
Official implementation of Harnessing Mixed Offline Reinforcement Learning Datasets via Trajectory Reweighting
BlueRiverTech/quanser-openai-driver
OpenAI Gym wrapper for the Quanser Qube and Quanser Aero
NoakLiu/Awesome-Distributed-RL
A Collection for Distributed Reinforcement Learning Papers
nslyubaykin/relax
ReLAx - Reinforcement Learning Applications Library
ikeyasu/docker-reinforcement-learning
docker image for reinforcement learning including Open AI roboschool
sohamghosh121/PacmanGym
Open AI Gym version of Berkeley AI Pacman with images as states
niektuytel/Machine_Learning
Learning the topic Machine learning, with sample code.
omkarchittar/manipulator_control_DDPG
Controlling a 7 DOF manipulator from the panda gym reacher environment using DDPG
ialexmp/AI-Pacman-Projects
Explore foundational AI concepts through the Pac-Man projects, designed for UC Berkeley's CS 188 course. Implement search algorithms, multi-agent strategies, and reinforcement learning techniques in Python, emphasizing real-world applications. Engage in the Eutopia Pac-Man contest for a multiplayer capture-the-flag challenge
EfekanSalman/NeuroConscious
NeuroConscious: A biologically inspired, modular artificial consciousness engine. It simulates autonomous agents interacting in dynamic virtual worlds with internal states, emotions, memory (episodic, semantic, procedural), goal hierarchies, and learning (DQN) systems. An extensible testbed for artificial life and cognitive modeling research.
carinaschmidt/ralmis
Code for the paper "Reinforced Active Learning for Image Segmentation", adapted to the medical domain for 3D anatomical and pathological segmentation.
MohammadMoradpoor/MountainCarRL
🏔️🚗 Welcome to RLMountainHub! Our repository is dedicated to conquering the Mountain Car problem using advanced reinforcement learning techniques. 🧠🚀
Codex-Crusader/azlite_type_chess_bot
AlphaZero-inspired chess engine in Python combining Monte Carlo Tree Search with a neural network for policy & value evaluation. Supports self-play, training, and interactive CLI play. Lightweight, modular and demonstrates AI, reinforcement learning, and advanced game search.
Elktrn/Reinforcement-Learning-solving-a-simple-4by4-Gridworld-using-Monte-Carlo-in-python
solving a simple 4*4 Gridworld almost similar to openAI gym frozenlake using Monte-Carlo method Reinforcement Learning
LIANGQINGYUAN/RL-Notebook
Reinforcement learning (RL) Notes and Notebooks.
tunglm2203/sawyer_control
ROS package providing a gym-like interface for the Sawyer Robot at U-AIM Lab
anarchy1923/Droidrush-A-Three-Dimensional-Reinforcement-Learning-Flight-Adversarial-Simulation
The following is my submission for the Seventh Semester Project II. It incorporates Reinforcement Learning to Create an Adversarial Flight Simulation in Unity
Jumalita/Unity_MLAgents-ShootAndDodge
This is a ML Unity project that works with ML agents RL to train a flying-trigger enemy NPC.
kjanjua26/annotated-papers
This repository contains all the papers which I read and annotate. The papers are mostly RL focused, however, expect some deviations.
manvimadandotai/Ads-Optimisation
This repository contains the implementation of reinforcement learning algorithm, UCB to optimize the selection of ad to maximise the gains of the company.
MFaizan18/AlphaQuantTrader
Experience the fusion of finance and artificial intelligence with this cutting-edge project that implements a deep reinforcement learning agent for automated stock trading. Leveraging advanced neural network architectures and a meticulously crafted reward function, the agent learns to make profitable trading decisions in a simulated environment
proxymallick/EM-Guided-Policy-Search
Sample efficient learning using expectation maximization
vishal815/Tictactoe_q_learing_ML
Tic-Tac-Toe Q-Learning is a beginner-friendly example of using reinforcement learning.
XiangshengGu/ActionVLM
This project explores the use of large foundational vision-language models in reinforcement learning, where the models function as agents, reward functions, or reward function code generators in unseen environments given a state and a goal.