Skip to content

Commit

Permalink
Update agents.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumingpassional authored Apr 11, 2022
1 parent e9cc1b8 commit e3db7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/architecture/three_layer/agents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

DRL agents are built by fine-tuned standard DRL algorithms depending on three famous DRL library: ElegantRL, Stable Baseline 3, and RLlib.

Supported algorithms includes: DQN, DDPG, Multi-Agent DDPG, PPO, SAC, A2C and TD3. We also allow users to design their own DRL algorithms by adapting these DRL algorithms, e.g., Adaptive DDPG, or employing ensemble methods. The comparison of DRL algorithms is shown in the table bellow:
The supported algorithms include: DQN, DDPG, Multi-Agent DDPG, PPO, SAC, A2C and TD3. We also allow users to design their own DRL algorithms by adapting these DRL algorithms, e.g., Adaptive DDPG, or employing ensemble methods. The comparison of DRL algorithms is shown in the table bellow:

.. image:: ../../image/alg_compare.png
:align: center
Expand Down

0 comments on commit e3db7a2

Please sign in to comment.