Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 5f55b8c

Browse files
authored
Update README.md
1 parent 1780ac6 commit 5f55b8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This project aims to provide some implementations of the most typical reinforcem
2020
- Prioritized DQN
2121
- Rainbow
2222
- IQN
23-
- A2C
23+
- A2C/A2C with GAE/MAC
2424
- PPO
2525
- DDPG
2626
- TD3
@@ -43,6 +43,7 @@ Some built-in experiments are exported to help new users to easily run benchmark
4343
- ``E`JuliaRL_IQN_CartPole` ``
4444
- ``E`JuliaRL_A2C_CartPole` ``
4545
- ``E`JuliaRL_A2CGAE_CartPole` `` (Thanks to [@sriram13m](https://github.com/sriram13m))
46+
- ``E`JuliaRL_MAC_CartPole` `` (Thanks to [@RajGhugare19]https://github.com/RajGhugare19))
4647
- ``E`JuliaRL_PPO_CartPole` ``
4748
- ``E`JuliaRL_VPG_CartPole` `` (Thanks to [@norci](https://github.com/norci))
4849
- ``E`JuliaRL_VPG_Pendulum` `` (continuous action space)

0 commit comments

Comments
 (0)