Skip to content

alhabk/SGEE--pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

--Self Generate Expert Experience/SGEE

This code combine DDPG Algorithm and Behavior Clone methods,which integrate off and on-policy training process. After one episode on-policy train, algorithm generate expert samples with current parameters and feed the off-policy train. For it can produce expert experient by itself, so we call it SGEE. The implementation of DDPG refer to sweetice's code.>>https://github.com/sweetice/Deep-reinforcement-learning-with-pytorch

Reference CONTINUOUS CONTROL WITH DEEP REINFORCEMENT LEARNING>>https://arxiv.org/abs/1509.02971 Self Lmitation Learning>>https://arxiv.org/abs/1806.05635

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages