From c660217810150cb68689e532ecae403fd563e3c9 Mon Sep 17 00:00:00 2001 From: craipy Date: Tue, 10 Sep 2024 11:10:02 +0800 Subject: [PATCH] fix: Fix headless bug --- legged_gym/scripts/train.py | 1 - 1 file changed, 1 deletion(-) diff --git a/legged_gym/scripts/train.py b/legged_gym/scripts/train.py index aadf551..a389955 100644 --- a/legged_gym/scripts/train.py +++ b/legged_gym/scripts/train.py @@ -15,5 +15,4 @@ def train(args): if __name__ == '__main__': args = get_args() - args.headless = False train(args)