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