zjowowen commited on
Commit
850479c
Β·
1 Parent(s): 1596fb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -33,14 +33,14 @@ If you want to contact us & join us, you can βœ‰οΈ to our team : <opendilab@p
33
 
34
  | Algo.\Env. | [LunarLander](https://di-engine-docs.readthedocs.io/en/latest/13_envs/lunarlander.html) | [BipedalWalker](https://di-engine-docs.readthedocs.io/en/latest/13_envs/bipedalwalker.html) | [Pendulum](https://di-engine-docs.readthedocs.io/en/latest/13_envs/pendulum.html) | [Pong](https://di-engine-docs.readthedocs.io/en/latest/13_envs/atari.html) | [SpaceInvaders](https://di-engine-docs.readthedocs.io/en/latest/13_envs/atari.html) | [Qbert](https://di-engine-docs.readthedocs.io/en/latest/13_envs/atari.html) | [Hopper](https://di-engine-docs.readthedocs.io/en/latest/13_envs/mujoco.html) | [Halfcheetah](https://di-engine-docs.readthedocs.io/en/latest/13_envs/mujoco.html) | [Walker2d](https://di-engine-docs.readthedocs.io/en/latest/13_envs/mujoco.html) |
35
  | :-------------: | :-------------: | :------------------------: | :------------: | :--------------: | :------------: | :------------------: | :---------: | :---------: | :---------: |
36
- | [PPO](https://arxiv.org/pdf/1707.06347.pdf) | [βœ…](https://huggingface.co/OpenDILabCommunity/LunarLander-v2-ppo) | | | | | | [βœ…](https://huggingface.co/OpenDILabCommunity/Hopper-v4-PPO) | | |
37
  | [PG](https://proceedings.neurips.cc/paper/1999/file/464d828b85b0bed98e80ade0a5c43b0f-Paper.pdf) | ⏳ | | | | | | ⏳ | | |
38
- | [A2C](https://arxiv.org/pdf/1602.01783.pdf) | ⏳ | | | | | | ⏳ | | |
39
  | [IMPALA](https://arxiv.org/pdf/1802.01561.pdf) | ⏳ | | | | | | ⏳ | | |
40
- | [DQN](https://storage.googleapis.com/deepmind-media/dqn/DQNNaturePaper.pdf) | ⏳ | | | | | | πŸ”“ | πŸ”“ | πŸ”“ |
41
- | [DDPG](https://arxiv.org/pdf/1509.02971.pdf) | ⏳ | | | πŸ”“ | πŸ”“ | πŸ”“ | ⏳ | | |
42
- | [TD3](https://arxiv.org/pdf/1802.09477.pdf) | ⏳ | | | πŸ”“ | πŸ”“ | πŸ”“ |[βœ…](https://huggingface.co/OpenDILabCommunity/Hopper-v4-TD3) | | |
43
- | [SAC](https://arxiv.org/pdf/1801.01290.pdf) | ⏳ | | | πŸ”“ | πŸ”“ | πŸ”“ | [βœ…](https://huggingface.co/OpenDILabCommunity/Hopper-v4-SAC) | | |
44
 
45
  </details>
46
 
 
33
 
34
  | Algo.\Env. | [LunarLander](https://di-engine-docs.readthedocs.io/en/latest/13_envs/lunarlander.html) | [BipedalWalker](https://di-engine-docs.readthedocs.io/en/latest/13_envs/bipedalwalker.html) | [Pendulum](https://di-engine-docs.readthedocs.io/en/latest/13_envs/pendulum.html) | [Pong](https://di-engine-docs.readthedocs.io/en/latest/13_envs/atari.html) | [SpaceInvaders](https://di-engine-docs.readthedocs.io/en/latest/13_envs/atari.html) | [Qbert](https://di-engine-docs.readthedocs.io/en/latest/13_envs/atari.html) | [Hopper](https://di-engine-docs.readthedocs.io/en/latest/13_envs/mujoco.html) | [Halfcheetah](https://di-engine-docs.readthedocs.io/en/latest/13_envs/mujoco.html) | [Walker2d](https://di-engine-docs.readthedocs.io/en/latest/13_envs/mujoco.html) |
35
  | :-------------: | :-------------: | :------------------------: | :------------: | :--------------: | :------------: | :------------------: | :---------: | :---------: | :---------: |
36
+ | [PPO](https://arxiv.org/pdf/1707.06347.pdf) | ⏳ | | | | | | [βœ…](https://huggingface.co/OpenDILabCommunity/Hopper-v3-PPO) | | |
37
  | [PG](https://proceedings.neurips.cc/paper/1999/file/464d828b85b0bed98e80ade0a5c43b0f-Paper.pdf) | ⏳ | | | | | | ⏳ | | |
38
+ | [A2C](https://arxiv.org/pdf/1602.01783.pdf) | [βœ…](https://huggingface.co/OpenDILabCommunity/Lunarlander-v2-A2C) | | | | | | ⏳ | | |
39
  | [IMPALA](https://arxiv.org/pdf/1802.01561.pdf) | ⏳ | | | | | | ⏳ | | |
40
+ | [DQN](https://storage.googleapis.com/deepmind-media/dqn/DQNNaturePaper.pdf) | [βœ…](https://huggingface.co/OpenDILabCommunity/Lunarlander-v2-DQN) | | | | | | πŸ”“ | πŸ”“ | πŸ”“ |
41
+ | [DDPG](https://arxiv.org/pdf/1509.02971.pdf) | [βœ…](https://huggingface.co/OpenDILabCommunity/LunarLander-v2-DDPG) | | | πŸ”“ | πŸ”“ | πŸ”“ | [βœ…](https://huggingface.co/OpenDILabCommunity/Hopper-v3-DDPG) | | |
42
+ | [TD3](https://arxiv.org/pdf/1802.09477.pdf) | [βœ…](https://huggingface.co/OpenDILabCommunity/LunarLander-v2-TD3) | | | πŸ”“ | πŸ”“ | πŸ”“ |[βœ…](https://huggingface.co/OpenDILabCommunity/Hopper-v3-TD3) | | |
43
+ | [SAC](https://arxiv.org/pdf/1801.01290.pdf) | [βœ…](https://huggingface.co/OpenDILabCommunity/LunarLander-v2-SAC) | | | πŸ”“ | πŸ”“ | πŸ”“ | [βœ…](https://huggingface.co/OpenDILabCommunity/Hopper-v3-SAC) | | |
44
 
45
  </details>
46