Skip to content

Model-free, off-policy reinforcement learning with DQN's on Gym's environments

Notifications You must be signed in to change notification settings

ethan-keller/DeepQLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Q Learning (DQN) for Gymnasium's CartPole task

Model-free, off-policy, Q-learning reinforcement learning (ICL).

Implemented an agent that balances the cart pole for as long as possible.

Methods

  • DQN
  • Epsilon-greedy exploration policy
  • DDQN (to avoid action overestimation)
  • Epsilon schedule decaying
  • Isolated hyperparameter tuning

Impact of different epsilon decay speeds on task performance

About

Model-free, off-policy reinforcement learning with DQN's on Gym's environments

Topics

Resources

Stars

Watchers

Forks