Skip to content

Commit

Permalink
Neurips Update (#452)
Browse files Browse the repository at this point in the history
* add forward shading

* enable forward shading

* rename lib to third_party

* v type

* add moving obj summary

* Static

* calculate moving obj

* curriculum training

* curriculum learning and reward engineering

* adjust condition

* update localization func

* update func

* optimize

* reduce lidar num

* no num others

* add test script

* ;wq
refactor navigation reset

* fix test

* add need localization to config

* cull to 500

* no static v

* rename to curriculum level

* level

* test set divide

* test

* fix reset bug

* curriculum manager

* fix level up

* level up 1

* level up test

* add metrics

* gymnasium support

* add max step done

* fix curriculum bug seed

* don't allo gym seed

* add debug message

* data manager add assert

* check seed

* fix bug

* add num mpas stat

* neurips

* add scenartio difficulty

* add more stat

* coverage

* add more stst

* add worker support

* fix bug and test

* allow parallel sampling!

* fix data leak!

* fix leak

* fix leakage

* fix bug

* fix bug

* fix data leak

* fix bug

* fix bug and add callback

* add more check

* update message

* smooth action

* less smooth penalty

* neurips

* fix action bug

* get file name

* fix bug

* allow skipping light

* add new API

* fix bug

* more reward

* update reward

* 4 lateral

* fix

* from

* test fps

* add no negative reward

* fix bug

* fix bug

* fix test

* fix bug

* add collision info

* add two more obs and reward

* reward scheme

* new reward scheme

* only panelize steering

* sidewalk to grey line

* fix bug

* fix camera bug

* steering range penalty

* fix bug

* get 3d point

* lane line cost

* fix num on line

* pointcloud

* add no map option

* fix bug

* infer navi dim from config

* fix top down

* fix state obs bug

* fix penal bug

* fix depth cam barrier

* fix depth cam

* to pc

* crash object done

* add store data

* static obj

* add debug

* fix obj

* add more conditions

* test

* store data=False

* fix bug

* data mgr

* make base engine runable

* fix weird model bug on linux

* update API

* light model

* fix light

* add warning for unknown light

* restore FXAA

* format

* rename
  • Loading branch information
QuanyiLi committed Jun 10, 2023
1 parent 4d77e61 commit 0a929f8
Show file tree
Hide file tree
Showing 170 changed files with 2,429 additions and 1,009 deletions.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file removed metadrive/assets/models/barrier/lambert1_normal.png
Binary file not shown.
11 changes: 11 additions & 0 deletions metadrive/assets/models/barrier/license.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Model Information:
* title: Road Barrier
* source: https://sketchfab.com/3d-models/road-barrier-fac380925f6a4bb094137219406bda6d
* author: TheMiniFrench (https://sketchfab.com/TheMiniFrench)

Model License:
* license type: CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/)
* requirements: Author must be credited. Commercial use is allowed.

If you use this 3D model in your project be sure to copy paste this credit wherever you share it:
This work is based on "Road Barrier" (https://sketchfab.com/3d-models/road-barrier-fac380925f6a4bb094137219406bda6d) by TheMiniFrench (https://sketchfab.com/TheMiniFrench) licensed under CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/)
Binary file removed metadrive/assets/models/barrier/scene.bin
Binary file not shown.

0 comments on commit 0a929f8

Please sign in to comment.