Skip to content

This repository is used to house some algorithm implementations in the field of reinforcement learning.

Notifications You must be signed in to change notification settings

xiyanzzz/RL-Implement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL-Implement

Introduction

This repository is used to house some algorithm implementations in the field of reinforcement learning. Please feel free to refer to them if needed:)

Implemented algorithm

  • Value-based (for CartPole-v1)
    • Q-learning (tabular)
    • DQN
  • Policy-based (for CartPole-v1)
    • REINFORCE (with baseline)
    • A2C (Multi-step TD)
  • Continuous Control (for MountainCarContinuous-v0)
    • DDPG
    • TD3
    • SAC
    • PPO

About

This repository is used to house some algorithm implementations in the field of reinforcement learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published