zgjslc's Stars
timeseriesAI/tsai
Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
AI4Finance-Foundation/ElegantRL
Massively Parallel Deep Reinforcement Learning. 🔥
tigerneil/awesome-deep-rl
For deep RL and the future of AI.
quantumiracle/Popular-RL-Algorithms
PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT-Opt, PointNet..
ucbdrive/few-shot-object-detection
Implementations of few-shot object detection benchmarks
locuslab/convmixer
Implementation of ConvMixer for "Patches Are All You Need? 🤷"
qixianyu-buaa/EigenChineseDocument
This is my translation of Chinese document of Eigen
DeepRLChinese/DeepRL-Chinese
marlbenchmark/off-policy
PyTorch implementations of popular off-policy multi-agent reinforcement learning algorithms, including QMix, VDN, MADDPG, and MATD3.
robotology/osqp-eigen
Simple Eigen-C++ wrapper for OSQP library
ShiqinHuo/Numerical-Optimization-Books
Collected study materials in Numerical Optimization ANU@MATH3514(HPC)
UW-ACL/SCPToolbox.jl
Sequential Convex Programming Toolbox for nonconvex trajectory optimization.
zhoudw-zdw/Awesome-Few-Shot-Class-Incremental-Learning
Awesome Few-Shot Class-Incremental Learning
Jingliang-Duan/DSAC-T
DSAC-v2; DASC; Distributional Soft Actor-Critic
cyanrain7/TRPO-in-MARL
james-yoo/DBSCAN
C++ implementation of DBSCAN clustering algorithm
icoz69/CEC-CVPR2021
Pytorch code for CVPR2021 paper "Few-Shot Incremental Learning with Continually Evolved Classifiers"
cvxgrp/cvxpygen
Code generation with CVXPY
growinguptogether/EigenDocInChinese
Eigen3.3.7 Doc中文版
ZYunfeii/DRL_algorithm_library
This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.
mayataka/hpipm-cpp
C++ interface for hpipm, a high-performance interior point MPC solver
EmbersArc/SCvx
Implementation of the Successive Convexification algorithm.
zifeiyu0531/PointerNetwork-RL-TSP
指针网络+强化学习 解决旅行商(TSP)问题
Phoenix-Shen/ReinforcementLearning
强化学习算法库,包含了目前主流的强化学习算法(Value based and Policy based)的代码,代码都经过调试并可以运行
michaelchughes/KMeansRex
Fast, vectorized C++ implementation of K-Means using the Eigen matrix template library. Includes Matlab and Python interfaces.
daviddoria/KMeansClustering
KMeans clustering in Eigen.
ErfanFathi/pso
This repository include implementation of particle swarm optimization (pso) algorithm in C++
jbesty/smart_grid_comm_2021_RK_PINN
Phoenix-Shen/deepLearning
Dive Into Deep Learning 的学习代码以及笔记,在这里我还自己增加了一些学到的东西,具体的内容可以在目录中看到
bominwang/MCMC_library
A pristine Python library that comprehensively incorporates the Likelihood-Based/Likelihood-Free Metropolis-Hastings Algorithm.