Skip to content

Reinforcement Learning Experiments using PyBullet

License

Notifications You must be signed in to change notification settings

HenokNegatu/kuka_rl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robotic Grasping

Machine learning implementations using OpenAI Gym and PyBullet for robotic grasping.

Deep Q Learning (DQN) Open In Colab

Proximal Policy Optimization (PPO) Open In Colab

  • Continuous control problem is considered.
  • kuka_rl_2

A2C Parallel Implementation

  • Twice the number of available CPU threads is considered for the KUKA environment to run in parallel.
  • kuka_rl_2_parallel

Dependencies

pip install pybullet
pip install gym

About

Reinforcement Learning Experiments using PyBullet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%