PKU-Alignment / safety-gymnasium

NeurIPS 2023: Safety-Gymnasium: A Unified Safe Reinforcement Learning Benchmark
https://safety-gymnasium.readthedocs.io/en/latest/
Apache License 2.0
377 stars 52 forks source link

refactor: enhance making of safe isaac gym #117

Closed Gaiejj closed 4 months ago

Gaiejj commented 4 months ago

Description

Safe Isaac Gym needs to read configs from outside the library. We think it would be beneficial to obtain them from the Safety-Gymnasium library. To ensure backward compatibility, we have added the functionality to read the included yaml files while retaining the original interface.

Motivation and Context

92 mentioned this question and this PR is one of the solutions.

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

Checklist

Go over all the following points, and put an x in all the boxes that apply. If you are unsure about any of these, don't hesitate to ask. We are here to help!