-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from opendilab/gl-dev
update version 0.3.0
- Loading branch information
Showing
102 changed files
with
2,712 additions
and
1,728 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,19 @@ | ||
__TITLE__ = "DI-drive" | ||
__VERSION__ = "0.2.2" | ||
__VERSION__ = "0.3.0" | ||
__DESCRIPTION__ = "Decision AI Auto-Driving Platform" | ||
__AUTHOR__ = "OpenDILab Contributors" | ||
__AUTHOR_EMAIL__ = "[email protected]" | ||
__version__ = __VERSION__ | ||
|
||
SIMULATORS = ['carla', 'metadrive'] | ||
|
||
# if 'carla' in SIMULATORS: | ||
# try: | ||
# import carla | ||
# except: | ||
# raise ImportError("Import carla failed! Please install carla Python API first.") | ||
# if 'metadrive' in SIMULATORS: | ||
# try: | ||
# import metadrive | ||
# except: | ||
# raise ImportError("Import metadrive failed! Please install metadrive simulator first.") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.