When I tried to use the IsaacGym_Preview_4, this error occured.
File "scripts/test.py", line 51, in <module>
run_env(render=True, headless=False)
File "scripts/test.py", line 32, in run_env
env = VelocityTrackingEasyEnv(sim_device='cuda:0', headless=False, cfg=Cfg)
File "/home/user/rl/rapid-locomotion-rl/mini_gym/envs/mini_cheetah/velocity_tracking/velocity_tracking_easy_env.py", line 38, in __init__
gymutil.parse_sim_config(vars(cfg.sim), sim_params)
File "/home/user/isaacgym/python/isaacgym/gymutil.py", line 407, in parse_sim_config
parse_physx_config(sim_cfg["physx"], sim_options)
File "/home/user/isaacgym/python/isaacgym/gymutil.py", line 438, in parse_physx_config
parse_float_int_bool(physx_cfg, sim_options.physx, params)
File "/home/user/isaacgym/python/isaacgym/gymutil.py", line 448, in parse_float_int_bool
if opt in cfg:
TypeError: argument of type 'Meta' is not iterable
It seems that the type of the cfg can't match.
Have you used the isaacgym4 for the gym training?
And how you solved this kind of errors?
When I tried to use the IsaacGym_Preview_4, this error occured.
It seems that the type of the cfg can't match.
Have you used the isaacgym4 for the gym training?
And how you solved this kind of errors?