vwxyzjn / cleanrl

High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
http://docs.cleanrl.dev
Other
4.91k stars 566 forks source link

Make TD3 compatible with gymnasium #415

Closed aseembits93 closed 9 months ago

aseembits93 commented 10 months ago

Description

Types of changes

Checklist:

If you need to run benchmark experiments for a performance-impacting changes:

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cleanrl ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 30, 2023 1:46am
aseembits93 commented 10 months ago

new to making PRs. I made very simple changes to the existing implementation in order to move on to gymnasium environments.

vwxyzjn commented 9 months ago

Thank you @aseembits93. Closed by #377