-
Notifications
You must be signed in to change notification settings - Fork 132
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
feat: support interface of environment customization #310
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #310 +/- ##
==========================================
- Coverage 96.89% 96.56% -0.33%
==========================================
Files 138 139 +1
Lines 7000 7089 +89
==========================================
+ Hits 6782 6845 +63
- Misses 218 244 +26 ☔ View full report in Codecov by Sentry. |
tutorials/zh-cn/4.Environment Customization from Community.ipynb
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
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)