From acb93502cf8dad2b8eec576b8c08eb286a002f7b Mon Sep 17 00:00:00 2001 From: sproblvem Date: Fri, 27 Mar 2020 16:52:07 +0800 Subject: [PATCH] Update README.md change "Framework" to "Task" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4205487..d869fa1 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ We select some of famous (>1k stars) reinforcement learning platforms. Here is t | RL Platform | [Tianshou](https://github.com/thu-ml/tianshou) | [Baselines](https://github.com/openai/baselines) | [Ray/RLlib](https://github.com/ray-project/ray/tree/master/rllib/) | [PyTorch DRL](https://github.com/p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch) | [rlpyt](https://github.com/astooke/rlpyt) | | ---------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | | GitHub Stars | [![GitHub stars](https://img.shields.io/github/stars/thu-ml/tianshou)](https://github.com/thu-ml/tianshou/stargazers) | [![GitHub stars](https://img.shields.io/github/stars/openai/baselines)](https://github.com/openai/baselines/stargazers) | [![GitHub stars](https://img.shields.io/github/stars/ray-project/ray)](https://github.com/ray-project/ray/stargazers) | [![GitHub stars](https://img.shields.io/github/stars/p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch)](https://github.com/p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch/stargazers) | [![GitHub stars](https://img.shields.io/github/stars/astooke/rlpyt)](https://github.com/astooke/rlpyt/stargazers) | -| Algo \ Framework | PyTorch | TensorFlow | TF/PyTorch | PyTorch | PyTorch | +| Algo \ Task | PyTorch | TensorFlow | TF/PyTorch | PyTorch | PyTorch | | PG - CartPole | 9.03±4.18s | None | | None | | | DQN - CartPole | 20.94±11.38s | 1046.34±291.27s | | 175.55±53.81s | | | A2C - CartPole | 11.72±3.85s | *(~1612s) | | Runtime Error | |