metadriverse / metadrive

MetaDrive: Open-source driving simulator
https://metadriverse.github.io/metadrive/
Apache License 2.0
746 stars 107 forks source link

Update Webpage/Github Page/Documentation #425

Open QuanyiLi opened 1 year ago

QuanyiLi commented 1 year ago

Doc Sections:

Installation:

RL Training with MetaDrive:

Concepts and customization:

Engine:

Objects:

Render:

Sensors:

GUI:

Others:

Debug:

Ecosystem:

Others

To clean:

QuanyiLi commented 11 months ago

@pengzhenghao @BoSmallEar @WeizhenWang-1210 @pimpale

I plan to finish the new documentation before the end of this year. It will cover the content I mentioned above. Do you have any suggestions?

CarlDegio commented 10 months ago
  1. the section "Read Data from Dataset" should be updated. This part is implemented through Scenarionet.
  2. It is recommended to give the calculation process of vehicle dynamics simulation. Convenient for users to develop speed or trajectory control. Also for 'random_agent_model' in config.
  3. DI-drive now give an exmaple about metadrive reinforcement learning. Can be added to the ecosystem.
CarlDegio commented 10 months ago
  1. Introduction of expert policy (expert_takeover) can be added. And how to train a policy like this.