This repository contains implementations of imitation learning techniques, specifically behavioral cloning and DAgger (Dataset Aggregation), applied to the CarRacing-v2 environment.
Imitation learning is a type of machine learning where an agent learns to perform tasks by observing expert demonstrations. The goal of this project is to teach an AI to navigate a racing track by imitating an expert's behavior.
main.ipynb: Jupyter Notebook containing the main code for training and evaluating the model.model.onnx: The trained model in ONNX format.
- Clone this repository:
bash git clone https://github.com/d3rar/DRL-Behavioral-Cloning-imitation-learning.git
- Navigate to the project directory:
bash cd DRL-Behavioral-Cloning-imitation-learning
- Open the Jupyter Notebook:
bash jupyter notebook main.ipynb