Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbouteiller committed Mar 25, 2023
1 parent 2aa6a7d commit 97cfa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtgym/envs/real_time_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 97cfa98

Please sign in to comment.