Skip to content

kaustabpal/RL_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 

Repository files navigation

RL_algorithms

Simple implementations of reinforcement learning algorithms on the CartPole-v1 environment.

Algorithms implemented

  1. DQN (tensorflow implementation)

Implementation of the DQN algorithm using experience replay buffer and a seperate target network in the OpenAI Gym's CartPole-v1 environment. Accompanying blog article about the algorithm and some of the experiments I did with it can be found here.

DQN Performance

Dependencies

  1. Tensorflow 2.2.0

  2. OpenAI Gym

  3. Numpy

  4. Pandas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages