Jingliang-Duan / DSAC-T

DSAC-v2; DASC; Distributional Soft Actor-Critic
210 stars 20 forks source link

Request for source code of TD4 #4

Open ShengrenHou opened 12 months ago

ShengrenHou commented 12 months ago

Hey Jingliang, just saw your paper for the first version of DSAC.
It is impressive and clear. I am quite interested in the implementation of TD4, which is quite interesting in my view. Would you please also add the implementation of TD4 in this repo?

Jingliang-Duan commented 11 months ago

Hey Jingliang, just saw your paper for the first version of DSAC. It is impressive and clear. I am quite interested in the implementation of TD4, which is quite interesting in my view. Would you please also add the implementation of TD4 in this repo?

Thank you for your suggestion. We are currently in the process of implementing TD4 in this repository. Our algorithm is integrated into GOPS, a user-friendly PyTorch reinforcement learning solver package. You can also discover other algorithms like SAC, TD3, PPO, and more within this solver on the following GitHub repository: https://github.com/Intelligent-Driving-Laboratory/GOPS.

ShengrenHou commented 11 months ago

Thanks for your reply. Wish for more solid and interesting work from your team. I am doing safe RL and applying it to energy systems. You can also check my repo if you are interested in Safe RL.