#
rl-algorithms
Here are 15 public repositories matching this topic...
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
reinforcement-learning
deep-learning
robotics
deep-reinforcement-learning
openai-gym
pytorch
generative-adversarial-network
gan
openai
dqn
gym
policy-gradient
vae
ddpg
vae-gan
variational-autoencoder
mujoco
mujoco-py
experience-replay
rl-algorithms
-
Updated
Jul 14, 2019 - Python
self-studying the Sutton & Barto the hard way
reinforcement-learning
numpy
monte-carlo
matplotlib
exercises
dynamic-programming
anki
td-learning
rl-algorithms
rl-book
-
Updated
Jun 23, 2020 - Python
A simple interface to instantiate Reinforcement Learning environments with SUMO for Traffic Signal Control. Compatible with Gym Env from OpenAI and MultiAgentEnv from RLlib.
-
Updated
Jun 4, 2020 - 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
reinforcement-learning
q-learning
path-planning
rl-agents
reinforcement-learning-algorithms
sarsa
maze-algorithms
obstacle-avoidance
maze-solver
shortest-path
rl-playground
sarsa-learning
sarsa-search
rl-emulator
rl-environment
rl-algorithms
rl-experiments
rl-qlearning
q-learning-vs-sarsa
rl-sarsa
-
Updated
Jul 19, 2019 - Python
Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)
algorithm
reinforcement-learning
pytorch
dqn
gym
ddpg
sac
trpo
mujoco
ppo
td3
rl-algorithms
policy-agent
-
Updated
May 14, 2020 - Python
Reinforcement learning algorithms
algorithm
reinforcement-learning
reinforcement-learning-algorithms
function-approximation
rl-algorithms
linear-function-approximation
-
Updated
Feb 27, 2019 - Python
Implementation notebooks and scripts of Deep Reinforcement learning Algorithms in PyTorch and TensorFlow.
reinforcement-learning
deep-learning
monte-carlo
deep-reinforcement-learning
openai-gym
q-learning
pytorch
dqn
neural-networks
reinforcement-learning-algorithms
dynamic-programming
ddqn
openai-gym-solutions
dueling-dqn
pytorch-rl
ml-agents
rl-algorithms
temporal-difference
reinforcement-learning-environments
-
Updated
Jan 16, 2020 - Jupyter Notebook
RLjs currently serves as an interactive playground for learning reinforcement learning.
react
agent
algorithm
q-learning
policy-iteration
value-iteration
rl-algorithms
reinfrocement-learning
-
Updated
Jan 7, 2019 - JavaScript
Implementation of RL algorithms to beat Atari 2600 games
-
Updated
Sep 8, 2019 - Python
Training RL agent to master Facebook TetrisBattle--PyTorch implementation
-
Updated
Feb 22, 2020 - Python
Deep Reinforcement Learning - Implementations and Theory: A path to mastery
education
reinforcement-learning
deep-reinforcement-learning
pytorch
openai
dqn
reinforcement-learning-algorithms
ddpg
ppo
a2c
rl-algorithms
-
Updated
Nov 19, 2019 - Python
This is repository for Coursera Reinforcement Learning Course Notebook , these consist of my solutions. Feel Free to take a look , if you are stuck in Course and suggest corrections if you find any mistake. Also Useful if you are looking for implementation of RL-Algorithms. ** NOTE THESE NOTEBOOKS DON'T WORK AS THEY DO NOT CONTAIN UTILITY FILES WHICH ARE AVAILABLE ONLY ON COURSERA.
reinforcement-learning
function-approximation
assignment-solutions
rl-algorithms
sample-based-learning
coursera-reinforcement-learning
-
Updated
May 21, 2020 - Jupyter Notebook
Navigation Project - Udacity Deep Reinforcement Learning Nanodegree
reinforcement-learning
deep-reinforcement-learning
openai-gym
pytorch
dqn
neural-networks
reinforcement-learning-algorithms
udacity-nanodegree
openai-gym-solutions
pytorch-rl
ml-agents
rl-algorithms
-
Updated
Feb 8, 2019 - Python
Improve this page
Add a description, image, and links to the rl-algorithms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rl-algorithms topic, visit your repo's landing page and select "manage topics."
The OpenAI Gym installation instructions are missing reference to the "Build Tools for Visual Studio 2019" from the following site.
https://visualstudio.microsoft.com/downloads/
I also found this by reading the following article.
https://towardsdatascience.com/how-to-install-openai-gym-in-a-windows-environment-338969e24d30
Even though this is an issue in the OpenAI gym, a note in this RE