Skip to content

Antriksh1811/ReinforcementLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continuous Control with TD3 (Twin Delayed DDPG) on BipedalWalker-v3

Implemented a reinforcement learning agent to master continuous walking dynamics in OpenAI Gym’s BipedalWalker-v3 environment.


Objective

To explore continuous control and policy gradient optimization through TD3.


Methodology

  1. Environment
    • BipedalWalker-v3 from OpenAI Gym.
  2. Algorithm
    • Actor-Critic network architecture with:
      • Twin Q-Networks
      • Delayed policy updates
      • Target policy smoothing
  3. Training
    • Replay buffer, target network updates, and Ornstein-Uhlenbeck noise.
  4. Performance
    • Achieved average rewards >300 after 100 episodes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published