wanggsz's Stars
amusi/AI-Job-Notes
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)
LantaoYu/MARL-Papers
Paper list of multi-agent reinforcement learning (MARL)
sweetice/Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
mlfoundations/open_flamingo
An open-source framework for training large multimodal models.
louisfb01/best_AI_papers_2022
A curated list of the latest breakthroughs in AI (in 2022) by release date with a clear video explanation, link to a more in-depth article, and code.
DLR-RM/BlenderProc
A procedural Blender pipeline for photorealistic training image generation
sfujim/TD3
Author's PyTorch implementation of TD3 for OpenAI gym tasks
takuseno/d3rlpy
An offline deep reinforcement learning library
ikostrikov/pytorch-a3c
PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".
lucidrains/flamingo-pytorch
Implementation of 🦩 Flamingo, state-of-the-art few-shot visual question answering attention net out of Deepmind, in Pytorch
jiwei0921/SOD-CNNs-based-code-summary-
The summary of code and paper for salient object detection with deep learning.
BUAA-BDA/OpenHuFu
OpenHuFu is an open-sourced data federation system to support collaborative queries over multi databases with security guarantee.
GavinPHR/Multi-Agent-Path-Finding
Anonymous Multi-Agent Path Finding (MAPF) with Conflict-Based Search and Space-Time A*
gsartoretti/PRIMAL
PRIMAL: Pathfinding via Reinforcement and Imitation Multi-Agent Learning -- Distributed RL/IL code for Multi-Agent Path Finding (MAPF)
yinyunie/BlenderProc-3DFront
Support BlenderProc2 with multi-GPU batch rendering and 3D visualization for 3D-Front
LYSJ-feng/mCPP-based-on-MADDPG
created an environment of 10*10 grid and 4 UAVs to carry out coverage path planning cooperatively
enginbaglayici/ConflictBasedSearch
Conflict-based search for multi-agent path finding (MAPF)
Emmanuel-Naive/MATD3
Use Multi-agent Twin Delayed Deep Deterministic Policy Gradient(TD3) algorithm to find reasonable paths for ships
fac2003/perceiver-multi-modality-pytorch
Implementation of Perceiver, General Perception with Iterative Attention, in Pytorch
MAPF-Competition/Start-Kit
acforvs/multi-agent-pathfinding
Heuristic Search vs. Learning. "Distributed Heuristic Multi-Agent Path Finding with Communication" reproduced, trained & benchmarked with M*
acforvs/dhc-robust-mapf
Learnable MAPF. “Distributed Heuristic Multi-Agent Path Finding with Communication” (DHC) algorithm from ICRA 2021 is implemented and benchmarked in out-of-distribution (OOD) scenarios. A new robust training loop to handle communication failures is introduced.
jiwei0921/DSU
Code for ICLR 2022 paper. "Promoting Saliency From Depth: Deep Unsupervised RGB-D Saliency Detection".
buaalzm/buaaGatewayAutoLogin
北航校园网网关自动登录
marmotlab/ForMIC
Public version of the final ForMIC code
youngtboy/DLM
[ACM MM 2022] Depth-inspired Label Mining for Unsupervised RGB-D Salient Object Detection
JOBR0/PerceiverIO_Pytorch
Adaptation of Deepmind's PerceiverIO model to PyTorch
clementpoiret/Perceiver_MNIST
Just a quick toy example of the Perceiver architecture (PyTorch & PyTorch Lightning)
huxuan/latex_buaasoft_bachelor_slide
The LaTeX Slide Template for Bachelor Thesis Defence of Software College in BUAA
yhkim-4504/perceiver-io-trainer-pytorch
Perceiver IO Pytorch Trainer Module