-
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
feature(zt): add metadrive-simulator env and related onppo config #574
Conversation
Codecov Report
@@ Coverage Diff @@
## main #574 +/- ##
==========================================
- Coverage 83.67% 83.59% -0.08%
==========================================
Files 564 564
Lines 46110 46196 +86
==========================================
+ Hits 38582 38618 +36
- Misses 7528 7578 +50
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. |
dizoo/metadrive/config/train_ppo.py
Outdated
exp_name='train_ppo_metadrive', | ||
env=dict( | ||
metadrive=dict( | ||
use_render = False, |
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.
no space near =
, execute bash format.sh diizoo/metadrive
to reformat the files
dizoo/metadrive/config/train_ppo.py
Outdated
env=dict( | ||
metadrive=dict( | ||
use_render = False, | ||
traffic_density=0.10, |
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.
add some anatations about the key parameters in metadrive env?
Description
add metadrive simulator into DI-engine.
Related Issue
TODO
Check List