From 97cfa9834d6ba7d95e18048c12ffc3aaf43456a7 Mon Sep 17 00:00:00 2001 From: Yann Bouteiller Date: Sat, 25 Mar 2023 03:19:10 -0400 Subject: [PATCH] comment --- rtgym/envs/real_time_env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgym/envs/real_time_env.py b/rtgym/envs/real_time_env.py index ece8fc9..1db737b 100644 --- a/rtgym/envs/real_time_env.py +++ b/rtgym/envs/real_time_env.py @@ -591,7 +591,7 @@ def render(self, mode='human', join_thread=False): Args: mode: not used join_thread: set this to True if your render method performs unsafe operations. - The render method of your interface is called outside of the Real-Time Gym thread. + The render method of your interface is called outside the Real-Time Gym thread. Caution: when join_thread is True, render() is not compatible with benchmarks(). """ if join_thread: