Pinned Repositories
Awesome-Papers-Autonomous-Agent
A collection of recent papers on building autonomous agent. Two topics included: RL-based / LLM-based agents.
cimnet
A pure C++ library for simulations on complex networks. It follow the standard of C++11.
CooperativeGPT
Repository for the development of a cooperative multi-agent LLM-based architecture implemented for the scenarios in MeltingPot.
Deep-RL-Keras
Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
deepmind_MAS_enviroment
some Multiagent enviroment in 《Multi-agent Reinforcement Learning in Sequential Social Dilemmas》 and 《Value-Decomposition Networks For Cooperative Multi-Agent Learning》
Django-REST-framework-documentation
Django REST framework 中文文档
DRLib
DRLib:A concise deep reinforcement learning library, integrating HER and PER for almost off policy RL algos.
MachineLearningNotes
Machine learning notes in jupyter.
makeyourownneuralnetwork
Code for the Make Your Own Neural Network book
SP2000
Catalogue of Life toolkit for Python
ynulihao's Repositories
ynulihao/SP2000
Catalogue of Life toolkit for Python
ynulihao/Awesome-Papers-Autonomous-Agent
A collection of recent papers on building autonomous agent. Two topics included: RL-based / LLM-based agents.
ynulihao/cimnet
A pure C++ library for simulations on complex networks. It follow the standard of C++11.
ynulihao/CooperativeGPT
Repository for the development of a cooperative multi-agent LLM-based architecture implemented for the scenarios in MeltingPot.
ynulihao/Deep-RL-Keras
Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
ynulihao/deepmind_MAS_enviroment
some Multiagent enviroment in 《Multi-agent Reinforcement Learning in Sequential Social Dilemmas》 and 《Value-Decomposition Networks For Cooperative Multi-Agent Learning》
ynulihao/Django-REST-framework-documentation
Django REST framework 中文文档
ynulihao/DRLib
DRLib:A concise deep reinforcement learning library, integrating HER and PER for almost off policy RL algos.
ynulihao/MachineLearningNotes
Machine learning notes in jupyter.
ynulihao/makeyourownneuralnetwork
Code for the Make Your Own Neural Network book
ynulihao/mAP
mean Average Precision - This code evaluates the performance of your neural net for object recognition.
ynulihao/ml-visuals
🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.
ynulihao/MeltingPot-Tess-v1
Tess-v1 Pure Reinforcement Learning Solution for Melting Pot Contest ( AIcrowd )
ynulihao/nwpu-dissertation-format
西北工业大学研究生毕业设计格式参考模板
ynulihao/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
ynulihao/sequential_social_dilemma_games
Repo for reproduction of sequential social dilemmas
ynulihao/sequential_social_dilemma_ppo_pytorch
ynulihao/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
ynulihao/yolo_nano
YOLO Nano implementation with Pytorch