From 150a2ba58c87f37320756bf5b9b7c7c562ac28da Mon Sep 17 00:00:00 2001 From: Alessandro <aleite@lisn.fr> Date: Wed, 22 Sep 2021 18:08:43 +0200 Subject: [PATCH] Fix the BipedalWalkerHardCore environment name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 339f740..0a7a8c6 100644 --- a/README.md +++ b/README.md @@ -87,5 +87,5 @@ Once an experiment is finished, you can see inspect results like in `tutorial.ip | InvPendSwingUp | InvertedPendulumSwingupBulletEnv-v0 | | LunarLander | LunarLanderContinuous-v2 | | BipedalWalker | BipedalWalker-v3 | -| BipedalWalkerHardCore | | +| BipedalWalkerHardCore | BipedalWalkerHardcore-v2 | | Hopper | HopperBulletEnv-v0 | -- GitLab