mjcortejo / csc931m-complex-systems

This repository contains the projects done for the CSC931M class
0 stars 0 forks source link

Create multiple travel intents for car agents. #48

Closed mjcortejo closed 1 year ago

mjcortejo commented 1 year ago

Potential intents

intent_list = [
    "parking",
    "dropoff",
    "passing thru",

]
mjcortejo commented 1 year ago

Done in intents branch