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

[Bug Report] RL Games not working in debug mode #1254

Open
1 of 3 tasks
robin-vetsch opened this issue Oct 17, 2024 · 0 comments
Open
1 of 3 tasks

[Bug Report] RL Games not working in debug mode #1254

robin-vetsch opened this issue Oct 17, 2024 · 0 comments

Comments

@robin-vetsch
Copy link

Describe the bug

Training of “Isaac-Reach-UR10-v0” environment in debug mode from VS Code with rl_games leads to the error: “exception: no description”. It only works when starting the file over the terminal.

Adjustments in the init.py file according #541 to have not been successful.

Steps to reproduce

I used the file:

/home/robin/IsaacLab/source/standalone/workflows/rl_games/train.py

and I get an error in line:

runner.run({"train": True, "play": False, "sigma": train_sigma})

here the error:

Exception has occurred: AssertionError
exception: no description
  File "/home/robin/IsaacLab/source/standalone/workflows/rl_games/train.py", line 170, in main
    runner.run({"train": True, "play": False, "sigma": train_sigma})
  File "/home/robin/IsaacLab/source/extensions/omni.isaac.lab_tasks/omni/isaac/lab_tasks/utils/hydra.py", line 91, in hydra_main
    func(env_cfg, agent_cfg, *args, **kwargs)
  File "/home/robin/IsaacLab/source/extensions/omni.isaac.lab_tasks/omni/isaac/lab_tasks/utils/hydra.py", line 94, in wrapper
    hydra_main()
  File "/home/robin/IsaacLab/source/standalone/workflows/rl_games/train.py", line 178, in <module>
    main()
AssertionError: 

-->

System Info

Describe the characteristic of your environment:

  • Isaac Sim Version: 4.2.0
  • OS: Ubuntu 20.04
  • GPU: RTX A4000
  • CUDA: 12.2
  • GPU Driver: 535.183.01

Additional context

Checklist

  • I have checked that there is no similar issue in the repo (required)
  • I have checked that the issue is not in running Isaac Sim itself and is related to the repo

Acceptance Criteria

Add the criteria for which this task is considered done. If not known at issue creation time, you can add this once the issue is assigned.

  • Training of envs with rl_games is also working in debug mode.
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

1 participant