From 42538f8e5844d29b01102f803fdb4614afd03c01 Mon Sep 17 00:00:00 2001 From: Miguel Morales Date: Mon, 9 Aug 2021 19:14:20 -0600 Subject: [PATCH] Update README.md (#410) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f48eee..c5ba4a6 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ The example scripts are under [test/](https://github.com/thu-ml/tianshou/blob/ma ### Comprehensive Functionality -| RL Platform | GitHub Stars | # of RL Alg. (1) | Custom Env | Batch Training | RNN Support | Nested Obserbation | Backend | +| RL Platform | GitHub Stars | # of RL Alg. (1) | Custom Env | Batch Training | RNN Support | Nested Observation | Backend | | ------------------------------------------------------------ | ------------------------------------------------------------ | --------------------------- | --------------------------- | --------------------------------- | ------------------ | ------------------ | ---------- | | [Baselines](https://github.com/openai/baselines) | [![GitHub stars](https://img.shields.io/github/stars/openai/baselines)](https://github.com/openai/baselines/stargazers) | 9 | :heavy_check_mark: (gym) | :heavy_minus_sign: (2) | :heavy_check_mark: | :x: | TF1 | | [Stable-Baselines](https://github.com/hill-a/stable-baselines) | [![GitHub stars](https://img.shields.io/github/stars/hill-a/stable-baselines)](https://github.com/hill-a/stable-baselines/stargazers) | 11 | :heavy_check_mark: (gym) | :heavy_minus_sign: (2) | :heavy_check_mark: | :x: | TF1 |