add bent project

This commit is contained in:
Yan Lin 2025-10-15 13:01:10 +02:00
parent c356419856
commit b225a75766

View file

@ -118,7 +118,7 @@ in
};
dl4traj = {
description = "DAKI3 2025 Semester";
description = "Deep Learning for Trajectory";
windows = [
{
name = "";
@ -130,5 +130,18 @@ in
];
};
bent = {
description = "Trajectory Learning Benchmark";
windows = [
{
name = "";
path = homePath "Documents/Projects/Trajectory Modeling Benchmark/BenT-code/";
ai = true;
git = true;
shell = true;
}
];
};
};
}