Skip to content
/ eTD3 Public

Source code for paper "Enhancing Twin Delayed Deep Deterministic PolicyGradient with Cross-Entropy Method"

License

Notifications You must be signed in to change notification settings

HieuNT91/eTD3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enhancing Twin Delayed Deep Deterministic Policy Gradient with Cross-Entropy Method

MIT licensed

Hieu Trung Nguyen, Khang Tran and Ngoc Hoang Luong

Setup

  • Clone this repo:
$ git clone https://github.com/junhill-2000/eTD3.git
$ cd eTD3
  • The following packages are needed:
tianshou==0.4.4
gym==0.19.0
mujoco_py==2.0.2.13 (need to install mujoco200 from http://www.mujoco.org/)

Usage

train agent with eTD3

python3 mujoco_td3_mod_v3.py --task [environment_name] --seed [seed] --logdir [log_directory]

Visualize (comming soon)

Acknowledgement

Our source code is inspired by:

About

Source code for paper "Enhancing Twin Delayed Deep Deterministic PolicyGradient with Cross-Entropy Method"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages