limeng-1234's Stars
wayveai/Driving-with-LLMs
PyTorch implementation for the paper "Driving with LLMs: Fusing Object-Level Vector Modality for Explainable Autonomous Driving"
autonomousvision/plant
[CoRL'22] PlanT: Explainable Planning Transformers via Object-Level Representations
autonomousvision/transfuser
[PAMI'23] TransFuser: Imitation with Transformer-Based Sensor Fusion for Autonomous Driving; [CVPR'21] Multi-Modal Fusion Transformer for End-to-End Autonomous Driving
AtsushiSakai/PythonRobotics
Python sample codes for robotics algorithms.
ZikangZhou/HiVT
[CVPR 2022] HiVT: Hierarchical Vector Transformer for Multi-Agent Motion Prediction
ZikangZhou/QCNet
[CVPR 2023] Query-Centric Trajectory Prediction
academicpages/academicpages.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
wayveai/mile
PyTorch code for the paper "Model-Based Imitation Learning for Urban Driving".
OpenDriveLab/UniAD
[CVPR 2023 Best Paper Award] Planning-oriented Autonomous Driving
kf-liu/The-Art-of-Linear-Algebra-zh-CN
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone", 线性代数的艺术中文版, 欢迎PR.
facebookresearch/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
Jerry00917/samshap
Code for the paper "Explain Any Concept: Segment Anything Meets Concept-Based Explanation". Poster @ NeurIPS 2023
ZPdesu/SEAN
SEAN: Image Synthesis with Semantic Region-Adaptive Normalization (CVPR 2020, Oral)
eriklindernoren/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
wangyongjie-ntu/CFAI
A collection of algorithms of counterfactual explanations.
SeldonIO/alibi
Algorithms for explaining machine learning models
valeoai/STEEX
STEEX: Steering Counterfactual Explanations with Semantics
valeoai/OCTET
Shahin-01/explainable-AI-for-autonomous-driving
A compendium of explainable AI (XAI)-based studies for autonomous driving
Twizwei/bddoia_project
ChenglongChen/pytorch-DRL
PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.
heleidsn/UAV_Navigation_DRL_AirSim
This is a new repo used for training UAV navigation (local path planning) policy using DRL methods.
aldolipani/OwenShap
Owen Shapley Sampling
suinleelab/shapley_algorithms
starry-sky6688/MADDPG
Pytorch implementation of the MARL algorithm, MADDPG, which correspondings to the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments".
shariqiqbal2810/maddpg-pytorch
PyTorch Implementation of MADDPG (Lowe et. al. 2017)
hsvgbkhgbv/SQDDPG
This is a framework for the research on multi-agent reinforcement learning and the implementation of the experiments in the paper titled by ''Shapley Q-value: A Local Reward Approach to Solve Global Reward Games''.
openai/multiagent-particle-envs
Code for a multi-agent particle environment used in the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments"
hsvgbkhgbv/shapley-q-learning
This repo is the implementation of paper ''SHAQ: Incorporating Shapley Value Theory into Multi-Agent Q-Learning''.
Farama-Foundation/HighwayEnv
A minimalist environment for decision-making in autonomous driving