Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 324 Bytes

GIFs.md

File metadata and controls

19 lines (13 loc) · 324 Bytes

Demo GIFs

Making changes in the constants.py file can result in different simulations. Below are a couple of examples.

Constants

REWARD = 10 TERRAIN_FRICTION = 0.6 CHASSIS_FRICTION = 0.2

life10

Constants

REWARD = 20 TERRAIN_FRICTION = 1 CHASSIS_FRICTION = 0.

life20