Imitation Learning on UR5 arm

Imitation Learning on UR5 arm

โœ… Project Objective

Briefly explain the goal of your project, such as:

The objective of this project was to train a visual imitation learning agent for a robotic pouring task, and validate the performance in both simulated and real environments.


๐Ÿ“ฝ๏ธ Demo Video


๐Ÿ“„ Download Report

โฌ‡๏ธ Download Full Report (PDF)


โš™๏ธ Technical Setup

Code Snippet

import pandas as pd
data = pd.read_csv("data.csv")
data.head()

Math Expression

$$ \gamma_{n} = \frac{ \left | \left (\mathbf x_{n} - \mathbf x_{n-1} \right )^T \left [\nabla F (\mathbf x_{n}) - \nabla F (\mathbf x_{n-1}) \right ] \right |}{\left \|\nabla F(\mathbf{x}_{n}) - \nabla F(\mathbf{x}_{n-1}) \right \|^2} $$

๐Ÿง  Self Check (Optional)

Add spoilers to quiz yourself or readers:

๐Ÿ‘‰ Click to view the solution
You found me ๐ŸŽ‰

renders as:

๐Ÿ‘‰ Click to view the solution
You found me ๐ŸŽ‰

๐Ÿงพ Results & Analysis

Summarize the performance, metrics, or outcomes of your project.

The trained policy achieved a 93% success rate in simulation and generalized well to real-world settings with minor calibration.


๐Ÿ–ผ๏ธ Visuals

You can use inline icons or images as needed:


  
    
   Python

renders as:

Python