Found 252 repositories(showing 30)
32 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.
pythonlessons
Reinforcement learning tutorials
shivaverma
Solving OpenAI Gym problems.
nikhilbarhate99
Twin Delayed DDPG (TD3) PyTorch solution for Roboschool and Box2d environment
XinJingHao
Solve BipedalWalkerHardcore-v2 with TD3
alirezamika
AI learning to walk in gym's BipedalWalker environment.
wisnunugroho21
Deep Reinforcement Learning by using Proximal Policy Optimization and Random Network Distillation in Tensorflow 2 and Pytorch with some explanation
robertjankowski
Usage of genetic algorithms to train a neural network in multiple OpenAI gym environments.
moribots
A PLEN2 Robot learns to walk using Twin-Delayed Deep Deterministic Policy Gradient in Gazebo and PyBullet with a custom OpenAI Gym interface
CoderAT13
BipedalWalker & BipedalWalkerHardcore solved by SAC
Kyziridis
Solving openAI's game 'BipedalWalker-v2' with Deep Reinforcement Learning
soumik12345
Pytorch implementation of the Deep Deterministic Policy Gradients for Continuous Control
VAIBHAV-2303
Programmatically Interpretable Reinforcement Learning
mayurmadnani
BipedalWalker - AI teaching itself to walk
ugurcanozalp
Various architecture implementations for solving BipedalWalker-v3 of GYM on PyTorch.
tayalmanan28
This is a Biped simulated on pybullet physics engine, walking
seolhokim
The Easiest Pytorch Implementation of Branching-DQN
MoscowskyAnton
ROS-based BD1 droid from Star Wars The Fallen Order
AndersonPeng
PPO pytorch tutorial for continuous control (BipedalWalker-v3)
FranciscoHu17
Utilizes Q-learning, DQN, and TD3 reinforcement learning algorithms to teach BipedalWalker to walk
claudeHifly
Data-driven Project based on BipedalWalker-v3 of OpenAi
BrutFab
Setting Up and training a bipedal Walker using ppo algorithm, and pushing it to huggingface
JongRok-Lee
[MATLAB] Various Passive Dynamic Walking Robot Simulation Code!
EricChen0104
Curiosity-driven PPO agent for BipedalWalker-v3 with Intrinsic Curiosity Module (ICM) for improved exploration in continuous control environments.
leonjovanovic
PyTorch application of reinforcement learning Advanced Policy Gradient algorithms in OpenAI BipedalWalker- PPO
CSautier
Continuous asynchronous PPO in Pytorch solving OpenAI's bipdedal walker
ParthCoder
Bipedal Creature Walking using Neuro-evolution of Augmenting Topologies (NEAT) algorithm
BFAnas
Branching dueling Q-network algorithm implemented in the Keras API for the BipedalWalker environment
7enTropy7
This is how you teach a dumb bot to walk on two feet.
faildeny
Proximal Policy Optimization method in Pytorch