Deadmoustache's Stars
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
ShangtongZhang/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
google/dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
Yorko/mlcourse.ai
Open Machine Learning Course
pytorch/tutorials
PyTorch tutorials.
LantaoYu/MARL-Papers
Paper list of multi-agent reinforcement learning (MARL)
shreyashankar/gpt3-sandbox
The goal of this project is to enable users to create cool web demos using the newly released OpenAI GPT-3 API with just a few lines of Python.
IntelLabs/coach
Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
Farama-Foundation/Minigrid
Simple and easily configurable grid world environments for reinforcement learning
adashofdata/nlp-in-python-tutorial
comparing stand up comedians using natural language processing
patil-suraj/question_generation
Neural question generation using transformers
adventuresinML/adventures-in-ml-code
This repository holds all the code for the site http://www.adventuresinmachinelearning.com
xuehy/pytorch-maddpg
A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)
sichkar-valentyn/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
eugenevinitsky/sequential_social_dilemma_games
Repo for reproduction of sequential social dilemmas
minqi/learning-to-communicate-pytorch
Learning to Communicate with Deep Multi-Agent Reinforcement Learning in PyTorch
PKU-RL/DGN
DGN Code
AMontgomerie/question_generator
An NLP system for generating reading comprehension questions
adityasarvaiya/Automatic_Question_Generation
jgmakin/machine_learning
a collection of packages for ML projects, written in Tensorflow's Python API
krishnaik06/Pipelines-Using-Sklearn
liampetti/A3C-LSTM
A3C-LSTM algorithm tested on CartPole OpenAI Gym environment
MatheusMRFM/A3C-LSTM-with-Tensorflow
An implementation of the A3C deep reinforcement learning method using a LSTM layer. Created with Tensorflow.
YannBerthelot/PlaneModel
PlaneModel environment for RL
aswalin/Outlier-Impact-Treatment
The goal of this repository is to detect the outliers for a dataset & see the impact of these outliers on predictive models
ivanlai/Conditional_Text_Generation
By fine tuning GPT2 on News Aggregator data
summerstay/sentence-completions-gpt-2
Uses gpt-2 to find all completions of a sentence over a certain probability threshold.
srinadhu/RL_Pacman
Reinforcement Learning in Pacman
devrohaan/kick-off-NLP-Natural_Language_Processing-Python
Natural Language Processing (or NLP) Fundamentals: From 'A' for :apple:, 'B' for :soccer: To '0' for TRUE :white_check_mark: and '1' for FALSE.:x:
Deadmoustache/awesome-rl
Reinforcement learning resources curated