ZIMOSHUSHU's Stars
HITSZ-HLT/BDTF-ABSA
Released code for「Boundary-Driven Table-Filling for Aspect Sentiment Triplet Extraction」 in EMNLP2022.
sweetice/Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
LiJingchen1212/PolicyMappingTransformerMARL
The code for paper 《基于自注意力机制和策略映射重组的多智能体强化学习算法》summbitted to 《计算机学报》
xuehy/pytorch-maddpg
A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)
xccds/snake_AI
lansinuote/More_Simple_Reinforcement_Learning
starry-sky6688/MADDPG
Pytorch implementation of the MARL algorithm, MADDPG, which correspondings to the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments".
Git-123-Hub/maddpg-pettingzoo-pytorch
implementation of MADDPG using PettingZoo and PyTorch