Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fraware/SimulationAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simulation.AI

Driving Simulation Project:

├── rl_simulation_project ├── agent │ ├── dqn_agent.py │ ├── td3_agent.py │ ├── c2a2_agent.py ├── environment │ ├── rl_environment.py ├── model │ ├── dqn_model.py │ ├── td3_model.py │ ├── c2a2_model.py ├── data_collection │ ├── google_maps_simulator.py ├── training │ ├── hyperparameter_tuning.py │ ├── train_rl_agent.py ├── evaluation │ ├── evaluate_agent.py ├── main.py

About

Simulation.AI: Intersection Navigation with Deep Reinforcement Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages