ZGHAP's Stars
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
hpcaitech/ColossalAI
Making large AI models cheaper, faster and more accessible
acheong08/ChatGPT
Reverse engineered ChatGPT API
google-research/tuning_playbook
A playbook for systematically maximizing the performance of deep learning models.
fmtlib/fmt
A modern formatting library
microsoft/qlib
Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and create value using AI technologies in quantitative investment, from exploring ideas to implementing productions. Qlib supports diverse machine learning modeling paradigms. including supervised learning, market dynamics modeling, and RL.
wuye9036/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
BlinkDL/ChatRWKV
ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.
princewen/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
linyiLYi/street-fighter-ai
This is an AI agent for Street Fighter II Champion Edition.
sammchardy/python-binance
Binance Exchange API python implementation for automated trading
quantopian/alphalens
Performance analysis of predictive (alpha) stock factors
inducer/pycuda
CUDA integration for Python, plus shiny features
danpaquin/coinbasepro-python
The unofficial Python client for the Coinbase Pro API
nikhilbarhate99/PPO-PyTorch
Minimal implementation of clipped objective Proximal Policy Optimization (PPO) in PyTorch
marlbenchmark/on-policy
This is the official implementation of Multi-Agent PPO (MAPPO).
Lizhi-sjtu/DRL-code-pytorch
Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.
jamesbachini/DEX-Arbitrage
Example arbitrage trading bot
hzjken/crypto-arbitrage-framework
A cryptocurrency arbitrage framework implemented with ccxt and cplex. It can be used to monitor multiple exchanges, find a multi-lateral arbitrage path which maximizes rate of return, calculate the optimal trading amount for each pair in the path given flexible constraints, and execute trades with multi-threading implemenation.
AICVHub/Pytorch2TensorRT
Pytorch-->onnx-->TensorRT; CUDA11, CUDNN8, TensorRT8
matthieugomez/EconPDEs.jl
Solve non-linear HJB equations.
ReinholdM/Offline-Pre-trained-Multi-Agent-Decision-Transformer
xhjcehust/LFTPool
Lock-Free Thread Pool
MengRao/NanoLogLite
A revised version of NanoLog which writes human readable log file, and is easier to use.
pipatth/PPO2-currency-trader
mmcilroy/stock_exchange_cpp
My implementation of a simple matching engine heavily influenced by ideas from the LMAX disruptor
DenisBless/ScheduledAuxiliaryControl
Implementation of "Learning by Playing – Solving Sparse Reward Tasks from Scratch"
ZGHAP/optuna
A hyperparameter optimization framework
ZGHAP/ray
An open source framework that provides a simple, universal API for building distributed applications. Ray is packaged with RLlib, a scalable reinforcement learning library, and Tune, a scalable hyperparameter tuning library.
ZGHAP/RL_MarketMaker
Market Making via Reinforcement Learning