theomarzaki / TrafficOrchestrator

Traffic Orchestrator for Central unit Processing of autonomous vehicle merging through the use of Reinforcment Learning
MIT License
2 stars 0 forks source link

use shared_ptr instead of raw ptr in database #36

Closed wayglem closed 5 years ago

wayglem commented 5 years ago

Memory leak fix. Remove raw pointers in database and use only shared_ptr.

tigroo31 commented 5 years ago

code reviewed. I launch tests on my pc.