Closed Gaiejj closed 7 months ago
Attention: Patch coverage is 72.47706%
with 30 lines
in your changes are missing coverage. Please review.
Project coverage is 96.56%. Comparing base (
51a2692
) to head (673ce70
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Motivation and Context
The environment customization interface is an important feature (see #291, #285, #305) OmniSafe Team. As a toolkit to accelerate SafeRL research, we offer a flexible environment customization interface with the following characteristics:
Most importantly, users can embed their environments into the OmniSafe training framework with little to no modification of OmniSafe's source code. We provide detailed API documentation and tutorials for the SafeRL community to reference.
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!make format
. (required)make lint
. (required)make test
pass. (required)