From b3a9c8e6493325de48a23e645d28b7581ca26259 Mon Sep 17 00:00:00 2001 From: Anjalisharma8072 Date: Thu, 31 Oct 2024 00:42:14 +0530 Subject: [PATCH] updated readme file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96e1a67207e..8303086b1c1 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ env.close() ## Notable Related Libraries -Please note that this is an incomplete list, and just includes libraries that the maintainers most commonly point newcommers to when asked for recommendations. +Please note that this is an incomplete list, and just includes libraries that the maintainers most commonly point newcomers to when asked for recommendations. * [CleanRL](https://github.com/vwxyzjn/cleanrl) is a learning library based on the Gym API. It is designed to cater to newer people in the field and provides very good reference implementations. -* [Tianshou](https://github.com/thu-ml/tianshou) is a learning library that's geared towards very experienced users and is design to allow for ease in complex algorithm modifications. +* [Tianshou](https://github.com/thu-ml/tianshou) is a learning library that's geared towards very experienced users and is designed to facilitate complex algorithm modifications. * [RLlib](https://docs.ray.io/en/latest/rllib/index.html) is a learning library that allows for distributed training and inferencing and supports an extraordinarily large number of features throughout the reinforcement learning space. * [PettingZoo](https://github.com/Farama-Foundation/PettingZoo) is like Gym, but for environments with multiple agents.