From 854892e1908fb966b89614a10a48b683882cb63e Mon Sep 17 00:00:00 2001 From: Eduardo Pignatelli Date: Tue, 19 Dec 2023 11:02:08 +0000 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c627e45..837cecb 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ HELX is a JAX-based ecosystem that provides a standardised and ready to use framework to run Reinforcement Learning experiments. -The ecosystem has three main nodes: +The ecosystem is made of three main nodes: - [Helx](https://github.com/epignatelli/helx), containing the base objects of the framework -- [Agenx](https://github.com/epignatelli/agentx), containing the most common RL baselines +- [Agentx](https://github.com/epignatelli/agentx), containing the most common RL baselines - [Envx](https://github.com/epignatelli/envx), which provides a single API to the most common RL environments (gym, gymnax, dm_env, atari, ...) - [Exp](https://github.com/epignatelli/exptree), which packs the other three nodes into a framework to run and manage experiments