Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: Task with name: h1 was not registered #7

Closed
1hyq1 opened this issue May 27, 2024 · 1 comment
Closed

ValueError: Task with name: h1 was not registered #7

1hyq1 opened this issue May 27, 2024 · 1 comment

Comments

@1hyq1
Copy link

1hyq1 commented May 27, 2024

python train.py --task=h1
Importing module 'gym_37' (/home/yq/isaacgym/python/isaacgym/_bindings/linux-x86_64/gym_37.so)
Setting GYM_USD_PLUG_INFO_PATH to /home/yq/isaacgym/python/isaacgym/_bindings/linux-x86_64/usd/plugInfo.json
PyTorch version 1.10.0+cu113
Device count 1
/home/yq/isaacgym/python/isaacgym/_bindings/src/gymtorch
Using /home/yq/.cache/torch_extensions/py37_cu113 as PyTorch extensions root...
Emitting ninja build file /home/yq/.cache/torch_extensions/py37_cu113/gymtorch/build.ninja...
Building extension module gymtorch...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
ninja: no work to do.
Loading extension module gymtorch...
Traceback (most recent call last):
File "train.py", line 20, in
train(args)
File "train.py", line 13, in train
env, env_cfg = task_registry.make_env(name=args.task, args=args)
File "/home/yq/legged_gym/legged_gym/utils/task_registry.py", line 87, in make_env
raise ValueError(f"Task with name: {name} was not registered")
ValueError: Task with name: h1 was not registered

@craipy-hub
Copy link
Collaborator

Please try the latest repository code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants