Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 458 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 458 Bytes

pybullet-driving-env

Driving environment designed for asymmetric selfplay

The implementation is based off of GerardMaggiolino's simple_driving

Sample usage has been added in sample-usage.py

For rendering, use self.client = p.connect(p.GUI) instead of self.client = p.connect(p.DIRECT) in __init__() in simple_driving_env.py.