cartpole-v0 topic
List
cartpole-v0 repositories
OpenAIGym
179
Stars
58
Forks
Watchers
Solving OpenAI Gym problems.
Deep-Reinforcement-Learning-Notebooks
39
Stars
12
Forks
Watchers
This Repository contains a series of google colab notebooks which I created to help people dive into deep reinforcement learning.This notebooks contain both theory and implementation of different algo...
ga-openai-gym
34
Stars
8
Forks
Watchers
Usage of genetic algorithms to train a neural network in multiple OpenAI gym environments.
reinforcement_learning_ppo_rnd
47
Stars
5
Forks
Watchers
Deep Reinforcement Learning by using Proximal Policy Optimization and Random Network Distillation in Tensorflow 2 and Pytorch with some explanation
gail-pytorch
17
Stars
6
Forks
Watchers
PyTorch implementation of GAIL and PPO reinforcement learning algorithms