A reinforcement learning project where a car agent learns to traverse a highway safely and quickly.
Make sure to pip install gymnasium
and highway-env
before attempting to run any code in this repository.
A reinforcement learning project where a car agent learns to traverse a highway safely and quickly
PythonGPL-3.0