https://github.com/huichuanli/play_with_deep_reinforcement_learning
玩转深度强化学习
https://github.com/huichuanli/play_with_deep_reinforcement_learning
actorcritic dqn policy-gradient
Last synced: 5 months ago
JSON representation
玩转深度强化学习
- Host: GitHub
- URL: https://github.com/huichuanli/play_with_deep_reinforcement_learning
- Owner: HuichuanLI
- Created: 2021-08-11T15:53:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T07:39:08.000Z (over 1 year ago)
- Last Synced: 2025-04-01T07:24:21.416Z (over 1 year ago)
- Topics: actorcritic, dqn, policy-gradient
- Language: Jupyter Notebook
- Homepage:
- Size: 2.81 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Table of Contents
我的深度强化学习算法库
# Some RL Networks
### [Deep Q Network](contents/5_Deep_Q_Network)
### [Double DQN](contents/5.1_Double_DQN)
### [Dueling DQN](contents/5.3_Dueling_DQN)
### [Actor Critic](contents/8_Actor_Critic_Advantage)
### [Deep Deterministic Policy Gradient](contents/9_Deep_Deterministic_Policy_Gradient_DDPG)
### [A3C](contents/10_A3C)
### [Proximal Policy Optimization (PPO)](contents/12_Proximal_Policy_Optimization)
### [Curiosity Model](/contents/Curiosity_Model)