liumina123's Stars
microsoft/ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
youngyangyang04/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
android/architecture-samples
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Light-City/CPlusPlusThings
C++那些事
gabime/spdlog
Fast C++ logging library.
datawhalechina/pumpkin-book
《机器学习》(西瓜书)公式详解
Unity-Technologies/ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
openai/baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
ShangtongZhang/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
android/uamp
A sample audio app for Android
jobbole/awesome-cpp-cn
C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。
MorvanZhou/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
android/topeka
A fun to play quiz that showcases material design on Android
amhndu/SimpleNES
An NES emulator in C++
Richasy/Bili.Copilot
B站第三方 Windows 桌面客户端,使用 Windows App SDK 构建的原生应用
PacktPublishing/Deep-Reinforcement-Learning-Hands-On
Hands-on Deep Reinforcement Learning, published by Packt
geek-ai/MAgent
A Platform for Many-Agent Reinforcement Learning
marlbenchmark/on-policy
This is the official implementation of Multi-Agent PPO (MAPPO).
pyecharts/pyecharts-gallery
Just use pyecharts to imitate Echarts official example.
xjfuuu/SM2_SM3_SM4Encrypt
基于Java语言的国密SM2/SM3/SM4算法库 , 包含加密/解密、签名/验签、摘要算法的实现代码和测试方法 。
tinyzqh/light_mappo
Lightweight version of MAPPO to help you quickly migrate to your local environment.
TimeBreaker/MARL-papers-with-code
Multi-Agent Reinforcement Learning (MARL) papers with code
youngyangyang04/DesignPattern
This repository is built for design pattern in C++
AndroidCot/Android
TimeBreaker/Multi-Agent-Reinforcement-Learning-papers
Multi-Agent Reinforcement Learning (MARL) papers
TimeBreaker/MARL-resources-collection
A Collection of Multi-Agent Reinforcement Learning (MARL) Resources
Relph1119/deeplearning-with-tensorflow-notes
龙曲良《TensorFlow深度学习》学习笔记及代码,采用TensorFlow2.0.0版本
acking-you/MyUtil
C++简单小工具轮子
speciallurain/MOBFO_Python
转码人:卢月亮 QQ:771527850 E-mail:luyueliang423@163.com 日期:2017年11月 python实现多目标细菌觅食优化算法,测试函数为DTLZ1 根据多目标转变方式:1、将当前获得的Pareto解集中的一个解作为全局最优解参与寻优; 2、全局学习维度为15维;3、以网格化的方式进行溢出pareto解集的删除。