Skip to content

Hisato-Komatsu/DLS-DDPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLS-DDPG

Source codes for "Application of linear regression method to the deep reinforcement learning in continuous action cases".

The versions of Python and the key libraries used in the calculations in this paper are as follows:
Python 3.11.10
gymnasium 1.0.0
mujoco 3.2.4
numpy 1.26.0
scipy 1.14.1
torch 2.5.0+cpu

credits

[Added on 2025-07-31 to increase transparency.] This code was influenced by multiple open-source implementations, including:

In particular, the function memory_sample is based on the following implementation:

and the soft target update is implemented based on the following code:

We sincerely appreciate the contributions of the original authors and acknowledge their impact on this work.

About

Source code for DLS-DDPG algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages