-
Notifications
You must be signed in to change notification settings - Fork 373
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
env(zjow): add env gym_pybullet_drones #526
Conversation
Codecov Report
@@ Coverage Diff @@
## main #526 +/- ##
==========================================
- Coverage 85.48% 85.42% -0.07%
==========================================
Files 526 526
Lines 43300 43311 +11
==========================================
- Hits 37016 36999 -17
- Misses 6284 6312 +28
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
} | ||
else: | ||
#TODO for multi drones envs | ||
self.env_kwargs = { |
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.
写成default_config那种模式吧
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.
fixed.
f863319
to
de4c4ae
Compare
Description
Gym_pybullet_drones environment is added into DI-zoo.
Two simple built-in single-agent tasks are included, takeoff-aviary-v0 and flythrugate-aviary-v0.
Multi-agent tasks are temporarily not supported.
Related Issue
A special version of Gym_pybullet_drones repository for fixing video generation problems and gym>=0.25.0 is provided here:
https://github.com/zjowowen/gym-pybullet-drones/tree/gym-update