Skip to content

Releases: metadriverse/metadrive

MetaDrive-0.4.2.3

26 Jan 16:35
10e413f
Compare
Choose a tag to compare

Summary

  • Fix pull_asset functionality.
  • Improve the human in the loop env.

What's Changed

Full Changelog: MetaDrive-0.4.2.2...MetaDrive-0.4.2.3

MetaDrive-0.4.2.2

22 Jan 00:34
8d08034
Compare
Choose a tag to compare

This release includes the following updates:

  • Hotfix the pull_asset functionality. (Not completely fixed yet, try new release!)

MetaDrive-0.4.2.1

20 Jan 20:21
8a6a950
Compare
Choose a tag to compare

This release includes the following updates:

  • Update the assets.zip for a tiny bug fix related to the object_summary in dataset_summary.pkl of Waymo example data.

MetaDrive-0.4.2.0

19 Jan 21:33
Compare
Choose a tag to compare

This release includes the following updates:

  1. SUMO integration
  2. Extract a BaseAgentManager class from the old AgentManager, so we can control more things, i.e. traffic lights in SUMO
  3. Make the new doc system
  4. Add more content to the doc
  5. Fix memory leak when repeatedly calling reset() and close()
  6. Use multi-pass rendering for sensors, so we can render the terrain in the camera
  7. Include SimplePBR in the source code
  8. Add more tests for sensors and install them from different sources
  9. Remake the PSSM shadow
  10. MeshTerrainSystem
  11. ROSbridge
  12. InstanceCamera
  13. Rename TopDownRenderer. Now it supports semantic top-down renderer

MetaDrive-0.4.1.2

25 Aug 17:33
Compare
Choose a tag to compare

Include the folders under render_pipeline to fix the rendering bug.

MetaDrive-Scenario-0.4.1.1

22 Aug 16:17
Compare
Choose a tag to compare

We release the new MetaDrive with the following changes:

  1. For supporting ScenarioNet, various updates are made like unifying all real-world environments and introducing scenario description.
  2. Formally support the render_pipeline for advanced 3D rendering
  3. Upgrade the 'gym' support to 'gymnasium'
  4. Move the asset out of the repo
  5. Refactor camera/sensor API allowing the creation of sensors with config
  6. Automatically infer the render mode from none', 'onscreen', and 'offscreen
  7. Unify coordinates for MetaDrive, Panda3D, and real-world data

MetaDrive-0.3.0.1

17 Mar 21:11
Compare
Choose a tag to compare

MetaDrive-0.3.0.1

In this new MetaDrive release, we have several important updates including:

  • Rendering quality improvement via enabling PBR
  • Nuplan dataset support, now more than 400,000+ scenarios can be loaded in MetaDrive
  • Pedestrian, Cyclist and Traffic Light support
  • Fix memory leak problem in Waymo/PG environment
  • Image-on-cuda support which allows keeping the rendered image on GPU as pytorch.tensor and increase the image-observation sample efficiency by a large margin (20x faster)

MetaDrive-0.2.6.0

24 Nov 20:18
Compare
Choose a tag to compare

MetaDrive-0.2.6.0

This new release is for scenario-based autonomous driving research. We provide several new features like:

MetaDrive-0.2.5

03 May 10:01
Compare
Choose a tag to compare

We now release MetaDrive-0.2.5, enabling the following features:

  • Bug fixing in MARL environments, except ParkingLotEnv
  • Replaying Waymo data and loading IDM Traffic in real environments
  • Providing 1000+ Waymo scenarios split into training and test set to benchmark the performance of generalizability in real scenarios

For using real data, please note:

  • Waymo motion dataset provides almost 30,000 cases collected in the real world. Due to the space limitation, we only release a part of them.
  • Each training dataset contains a different number of scenarios randomly sampled from all cases.
  • Validation set has 100 cases
  • DO NOT violate the license terms of Waymo dataset

MetaDrive-0.2.4

20 Feb 09:28
Compare
Choose a tag to compare

MetaDrive-0.2.4

Recently, we add full support to Waymo and Argoverse datasets. Also, this draft contains several patches about bug-fixing and performance optimization.