未验证 提交 fa93980e 编写于 作者: R rical730 提交者: GitHub

update readme (#346)

上级 fb43d292
## Reproduce DDPG with PARL ## Reproduce DDPG with PARL
Based on PARL, the DDPG algorithm of deep reinforcement learning has been reproduced, reaching the same level of indicators as the paper in Atari benchmarks. Based on PARL, the DDPG algorithm of deep reinforcement learning has been reproduced, reaching the same level of indicators as the paper in Atari benchmarks.
> DDPG in > Paper: DDPG in [Continuous control with deep reinforcement learning](https://arxiv.org/abs/1509.02971)
[Continuous control with deep reinforcement learning](https://arxiv.org/abs/1509.02971)
### Mujoco games introduction ### Mujoco games introduction
Please see [here](https://github.com/openai/mujoco-py) to know more about Mujoco games. Please see [here](https://github.com/openai/mujoco-py) to know more about Mujoco games.
......
## Reproduce DQN with PARL ## Reproduce DQN with PARL
Based on PARL, we provide a simple demonstration of DQN. Based on PARL, we provide a simple demonstration of DQN.
> DQN in + Paper: DQN in [Human-level Control Through Deep Reinforcement Learning](http://www.nature.com/nature/journal/v518/n7540/full/nature14236.html)
[Human-level Control Through Deep Reinforcement Learning](http://www.nature.com/nature/journal/v518/n7540/full/nature14236.html)
### Result ### Result
......
...@@ -4,7 +4,9 @@ Based on PARL, the DQN algorithm of deep reinforcement learning has been reprodu ...@@ -4,7 +4,9 @@ Based on PARL, the DQN algorithm of deep reinforcement learning has been reprodu
+ Papers: + Papers:
> DQN in [Human-level Control Through Deep Reinforcement Learning](http://www.nature.com/nature/journal/v518/n7540/full/nature14236.html) > DQN in [Human-level Control Through Deep Reinforcement Learning](http://www.nature.com/nature/journal/v518/n7540/full/nature14236.html)
> DDQN in [Deep Reinforcement Learning with Double Q-learning](https://arxiv.org/abs/1509.06461) > DDQN in [Deep Reinforcement Learning with Double Q-learning](https://arxiv.org/abs/1509.06461)
> Dueling DQN in [Dueling Network Architectures for Deep Reinforcement Learning](https://arxiv.org/abs/1511.06581) > Dueling DQN in [Dueling Network Architectures for Deep Reinforcement Learning](https://arxiv.org/abs/1511.06581)
### Atari games introduction ### Atari games introduction
......
## Reproduce IMPALA with PARL ## Reproduce IMPALA with PARL
Based on PARL, the IMPALA algorithm of deep reinforcement learning is reproduced, and the same level of indicators of the paper is reproduced in the classic Atari game. Based on PARL, the IMPALA algorithm of deep reinforcement learning is reproduced, and the same level of indicators of the paper is reproduced in the classic Atari game.
> IMPALA in > Paper: IMPALA in [Impala: Scalable distributed deep-rl with importance weighted actor-learner architectures](https://arxiv.org/abs/1802.01561)
[Impala: Scalable distributed deep-rl with importance weighted actor-learner architectures](https://arxiv.org/abs/1802.01561)
### Atari games introduction ### Atari games introduction
Please see [here](https://gym.openai.com/envs/#atari) to know more about Atari games. Please see [here](https://gym.openai.com/envs/#atari) to know more about Atari games.
......
## Reproduce MADDPG with PARL ## Reproduce MADDPG with PARL
Based on PARL, the MADDPG algorithm of deep reinforcement learning has been reproduced. Based on PARL, the MADDPG algorithm of deep reinforcement learning has been reproduced.
> MADDPG in > Paper: MADDPG in [ Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments](https://arxiv.org/abs/1706.02275)
[ Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments](https://arxiv.org/abs/1706.02275)
### Multi-agent particle environment introduction ### Multi-agent particle environment introduction
A simple multi-agent particle world based on gym. Please see [here](https://github.com/openai/multiagent-particle-envs) to install and know more about the environment. A simple multi-agent particle world based on gym. Please see [here](https://github.com/openai/multiagent-particle-envs) to install and know more about the environment.
......
...@@ -5,8 +5,7 @@ Include following approach: ...@@ -5,8 +5,7 @@ Include following approach:
+ Clipped Surrogate Objective + Clipped Surrogate Objective
+ Adaptive KL Penalty Coefficient + Adaptive KL Penalty Coefficient
> PPO in > Paper: PPO in [Proximal Policy Optimization Algorithms](https://arxiv.org/abs/1707.06347)
[Proximal Policy Optimization Algorithms](https://arxiv.org/abs/1707.06347)
### Mujoco games introduction ### Mujoco games introduction
Please see [here](https://github.com/openai/mujoco-py) to know more about Mujoco games. Please see [here](https://github.com/openai/mujoco-py) to know more about Mujoco games.
......
...@@ -5,8 +5,7 @@ Include following approaches: ...@@ -5,8 +5,7 @@ Include following approaches:
+ DDPG Style with Stochastic Policy + DDPG Style with Stochastic Policy
+ Maximum Entropy + Maximum Entropy
> SAC in > Paper: SAC in [Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor](https://arxiv.org/abs/1801.01290)
[Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor](https://arxiv.org/abs/1801.01290)
### Mujoco games introduction ### Mujoco games introduction
Please see [here](https://github.com/openai/mujoco-py) to know more about Mujoco games. Please see [here](https://github.com/openai/mujoco-py) to know more about Mujoco games.
......
...@@ -6,8 +6,7 @@ Include following approaches: ...@@ -6,8 +6,7 @@ Include following approaches:
+ Target Networks and Delayed Policy Update + Target Networks and Delayed Policy Update
+ Target Policy Smoothing Regularization + Target Policy Smoothing Regularization
> TD3 in > Paper: TD3 in [Addressing Function Approximation Error in Actor-Critic Methods](https://arxiv.org/abs/1802.09477)
[Addressing Function Approximation Error in Actor-Critic Methods](https://arxiv.org/abs/1802.09477)
### Mujoco games introduction ### Mujoco games introduction
Please see [here](https://github.com/openai/mujoco-py) to know more about Mujoco games. Please see [here](https://github.com/openai/mujoco-py) to know more about Mujoco games.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册