Stanford-ILIAD / CARLO

2D Driving Simulator
MIT License
102 stars 37 forks source link

OpenAI Gym Wrapper #4

Closed tedpyne closed 2 years ago

tedpyne commented 3 years ago

Hello,

Thank you for your great work. I am hoping to use CARLO for my masters thesis. Would it be possible for you to share one of the environments wrapped in a OpenAI Gym wrapper as an example?

Thanks once again!

ebiyik commented 3 years ago

Hello,

Sure! Can you check this repository that makes use of CARLO: https://github.com/PrinciplesofRobotAutonomy/CS237B_HW3 ? In that repository, gym_carlo/envs/intersection_scenario.py and gym_carlo/envs/lanechange_scenario.py are examples of CARLO scenarios wrapped as OpenAI Gym environments. They might be using an older version of CARLO, but the wrapping process should be very similar, if not the same.

tedpyne commented 3 years ago

Fantastic! Thank you for these resources Erdem. I will make sure to share how I make use of CARLO during my thesis with you.