From 03e519bc993b326bd3f0d31a62237d5787bcfa76 Mon Sep 17 00:00:00 2001 From: Eduardo Pignatelli Date: Tue, 19 Dec 2023 11:04:32 +0000 Subject: [PATCH] Exp to Expx --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 837cecb..1be1b09 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The ecosystem is made of three main nodes: - [Helx](https://github.com/epignatelli/helx), containing the base objects of the framework - [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 +- [Expx](https://github.com/epignatelli/expx), which packs the other three nodes into a framework to run and manage experiments ## Installation