Skip to content

lmarza/DDPG-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Deterministic Policy Gradient using PyTorch

Overview

This is my personal and simplified implementation of Deep Deterministic Policy Gradient https://arxiv.org/pdf/1509.02971.pdf (DDPG) using PyTorch https://github.com/pytorch/pytorch

Dependencies

How to run

  • Clone repository :
$ git clone https://github.com/LM095/DDPG-implementation.git 
$ cd DDPG-implementation
  • Training : results of one environment and its training curves:

    • Pendulum-v0 $ python main.py

About

Personal and simplified implementation of the Deep Reinforcement Learning DDPG method following the paper: https://arxiv.org/pdf/1509.02971.pdf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages