Skip to content

My implementation of a generative replay component into TD3. This is my bachelor research project

License

Notifications You must be signed in to change notification settings

Barisimre/TD3-Generative

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative replay addition to TD3

PyTorch implementation of Twin Delayed Deep Deterministic Policy Gradients (TD3) with a generative replay component.

The code is heavily modified to work for my research needs

Method is tested on MuJoCo continuous control tasks in OpenAI gym. Networks are trained using PyTorch 1.7 and Python 3.8.

About

My implementation of a generative replay component into TD3. This is my bachelor research project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.2%
  • Python 1.8%