cartpole-environment
There are 17 repositories under cartpole-environment topic.
BY571/Upside-Down-Reinforcement-Learning
Upside-Down Reinforcement Learning (⅂ꓤ) implementation in PyTorch. Based on the paper published by Jürgen Schmidhuber.
imraviagrawal/Reinforcement-Learning-Implementation
Implementation of Reinforcement Algorithms from scratch
TTitcombe/CartPoleSwingUp
Custom environment for OpenAI gym
chaddy1004/beating-the-dead-cartpole
My attempt to beat dqn to the death by implementing as many RL algorithms on it possible
jangThang/Cartpole
In Cartpole Reinforcement Learning Environment, DQN, DDQN, and Dueling DQN methods are trained respectively.
jaysonph/TD-A2C
Advantage Actor Critic with Temporal Difference on Cartpole-v0
MZayed47/A3C_Agent
The Asynchronous Advantage Actor Critic (A3C) algorithm is one of the newest algorithms to be developed under the field of Deep Reinforcement Learning Algorithms. This algorithm was developed by Google’s DeepMind which is the Artificial Intelligence division of Google. In this repository, I have my implementations of A3C on Cartpole game, Robot arm, etc.
rusty-sj/Reinforcement-Learning-Algorithms-with-Ray-Framework-and-Intel-DevCloud
Implementation of certain crucial algorithms in the field of reinforcement learning.
lcao300/cartpole
a q-learning implementation of the cart pole environment in openai gym
Anca-Mt/CartPole-DeepQLearning
DQN agent with e-greedy / softmax policy, experience replay and target network.
Twinkletanna/Reinforcement_Learning
Implementation of RL algorithms in various environments
JayLohokare/gradient-ascent-stochastic-policy-learning
Open AI Cartpole environment gradient ascent
roshray/AI_On_Balancing_Pole
The idea of B_Pole is that there is a pole standing up on top of a cart. The goal is to balance this pole by wiggling/moving the cart from side to side to keep the pole balanced upright. The environment is deemed successful if we can balance for 200 frames, and failure is deemed when the pole is more than 15 degrees from fully vertical.
sayanmondal31/cartpole-environment
cartpole environment