From b225a757666c1e93a2ceb43d1fe51df732810fad Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 15 Oct 2025 13:01:10 +0200 Subject: [PATCH] add bent project --- config/projects.nix | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/config/projects.nix b/config/projects.nix index f66e2f2..6592791 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -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; + } + ]; + }; + }; }