Skip to content

houchangmeng/Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning Demo

我的第一个开源项目


运行环境

tensorflow 2.11

gym 0.26.2

python 3.8


游戏环境

根据动作状态空间是否连续,考虑两种游戏环境:

  • 离散环境 CartPole-v0
  • 连续环境 Pendulum-v1

算法列表

Q-Learning

SARSA

Double DQN

Dueling DQN

REINFORCEMENT

ActorCritic

Advantage ActorCritic

DDPG

TD3

SAC

SAC with automatic entropy tuning

PPO

Behavior Cloning

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages