/pybullet-driving-env

Driving environment designed for asymmetric selfplay

Primary LanguagePython

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.