From 0e653cf6954fe6d2b8cadd94efbeb44147e6bb03 Mon Sep 17 00:00:00 2001 From: Guanda Li <34904808+Li-Guanda@users.noreply.github.com> Date: Sat, 20 Jul 2024 23:53:12 +0900 Subject: [PATCH] Update train.py remove args.headless = False --- 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 5d84855..dc482a2 100644 --- a/legged_gym/scripts/train.py +++ b/legged_gym/scripts/train.py @@ -17,5 +17,4 @@ def train(args): if __name__ == '__main__': args = get_args() - args.headless = False train(args)