Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 718 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 718 Bytes

Twin Delayed Deep Deterministic Policy Gradient (Twin Delayed DDPG or TD3)

Overview

This project focuses on implementing Twin Delay DDPG. The algorithm is implemented in Python, and is
benchmarked in various simple environments against existing implementations

Resources

Papers

Libraries

  • Abseil
    • Argument parsing
  • PyTorch
    • DL Framework
  • Gymnasium
    • RL Environments

The Algorithm

Takeaways