From 86b062cbd2d5e63c4bf308fb44dd1b536ce8ae31 Mon Sep 17 00:00:00 2001 From: Jagdeep Bhatia Date: Tue, 25 Jun 2024 22:31:35 -0400 Subject: [PATCH] Update wording --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 17927da9..f3677abb 100644 --- a/README.md +++ b/README.md @@ -143,8 +143,7 @@ The Design Tool provides a gui for creating Evolution Gym environments. Please s ## Headless Mode -EvoGym runs in headless mode by default, without initializing libraries used for rendering. -These libraries are initialized on user requests. If using a server without rendering capabilities, ensure that: +EvoGym runs in headless mode by default, and avoids initializing rendering libraries until necessary. If using a server without rendering capabilities, ensure that: ```python # Envs are created with render_mode=None (None by default)