From 9b97035310af4f7775d8b24aeff4bf6398bfde1d Mon Sep 17 00:00:00 2001 From: NM512 Date: Sun, 23 Jul 2023 22:40:32 +0900 Subject: [PATCH] updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a3e0af..b880454 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ So far, the following benchmarks can be used for testing. | [DMC Vision](https://github.com/deepmind/dm_control) | Image | Continuous |1M| DeepMind Control Suite with high-dimensional images inputs. | | [Atari 100k](https://github.com/openai/atari-py) | Image | Discrete |400K| 26 Atari games. | | [Crafter](https://github.com/danijar/crafter) | Image | Discrete |1M| Survival environment to evaluates diverse agent abilities.| -| [Minecraft](https://github.com/minerllabs/minerl) | Image |Discrete |100M| 3D mazes to evaluate RL agents' long-term memory.| +| [Minecraft](https://github.com/minerllabs/minerl) | Image and State |Discrete |100M| Vast 3D open world.| | [Memory Maze](https://github.com/jurgisp/memory-maze) | Image |Discrete |100M| 3D mazes to evaluate RL agents' long-term memory.| ## Results