pendulum-v0
There are 9 repositories under pendulum-v0 topic.
shivaverma/OpenAIGym
Solving OpenAI Gym problems.
adik993/ppo-pytorch
Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)
lexiconium/RL-Gym-PyTorch
Implement RL algorithms in PyTorch and test on Gym environments.
MikeS96/rl_openai
RL with OpenAI Gym
akashe/DeepReinforcementLearning
Deep RL implementations. DQN, SAC, DDPG, TD3, PPO and VPG implemented in pytorch. Tested Env: LunarLander-v2 and Pendulum-v0.
snowyukischnee/Pendulum_PPO
Solving OpenAI Pendulum-v0 using PPO
ZhengXinyue/Model-Predictive-Control
Use naive and learning model predictive control algorithm to control a pendulum.
ralenth/dnn_course
Solutions for Deep Neural Networks course at University of Warsaw.
zhihanyang2022/pytorch-ddpg
Deep deterministic policy gradient (DDPG) in PyTorch 🚀